Skip to content

Commit

Permalink
Merge pull request #197 from Alviner/hotfix/removeRedunantImport
Browse files Browse the repository at this point in the history
fix(services): remove optional imports
  • Loading branch information
mosquito authored Nov 21, 2023
2 parents d25566b + b7a6bf7 commit 7e85911
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions aiomisc/service/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from .tls import RobustTLSClient, TLSClient, TLSServer
from .tracer import MemoryTracer
from .udp import UDPServer
from .uvicorn import UvicornApplication, UvicornService


__all__ = (
Expand All @@ -23,6 +22,4 @@
"TLSClient",
"TLSServer",
"UDPServer",
"UvicornApplication",
"UvicornService",
)

0 comments on commit 7e85911

Please sign in to comment.