Skip to content

Commit

Permalink
fix(services): remove optional imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Alviner committed Nov 21, 2023
1 parent 0313145 commit b7a6bf7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions aiomisc/service/__init__.py
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__ = (
"MemoryTracer",
Expand All @@ -22,6 +21,4 @@
"TLSClient",
"TLSServer",
"UDPServer",
"UvicornApplication",
"UvicornService",
)

0 comments on commit b7a6bf7

Please sign in to comment.