Small fix in package import statements.

This commit is contained in:
Davide Casale
2023-02-14 17:03:16 +01:00
parent 17c9502733
commit 49517f9709
7 changed files with 11 additions and 12 deletions

View File

@@ -1,10 +1,10 @@
from typing import Type, Tuple, List, Dict, TypedDict, Union, Optional, Any
from typing import Optional
from dataclasses import dataclass
from ..labeler import _Type
from ..notification import Notification
from ..utils.JSONEncoder import JSON
from .. labeler import _Type
from .. notification import Notification
from .. utils.JSONEncoder import JSON
#region Type hinting for Websocket Public Channels