Remove pyro import

This commit is contained in:
Core447 2024-04-12 15:37:00 +02:00
parent 4cedf1846d
commit e2434dd010
No known key found for this signature in database
GPG Key ID: 5B97C0BD62F98516
1 changed files with 0 additions and 2 deletions

View File

@ -4,9 +4,7 @@ from OBSController import OBSController
from obswebsocket import events
import os
import threading
import Pyro5.api
@Pyro5.api.expose
class Backend(BackendBase):
def __init__(self):
super().__init__()