backend.py: remove some unused imports
This commit is contained in:
parent
090c53898c
commit
cdd119405e
|
@ -15,7 +15,7 @@ import nio
|
||||||
from . import __app_name__
|
from . import __app_name__
|
||||||
from .errors import MatrixError
|
from .errors import MatrixError
|
||||||
from .matrix_client import MatrixClient
|
from .matrix_client import MatrixClient
|
||||||
from .models.items import Account, Device, Event, Member, Room, Upload
|
from .models.items import Account, Room
|
||||||
from .models.model_store import ModelStore
|
from .models.model_store import ModelStore
|
||||||
|
|
||||||
# Logging configuration
|
# Logging configuration
|
||||||
|
|
Loading…
Reference in New Issue
Block a user