Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
vrslev committed Jun 13, 2024
1 parent a928bb8 commit c817284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion that_depends/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from that_depends import providers
from that_depends.providers import container_context
from that_depends.container import BaseContainer
from that_depends.injection import Provide, inject
from that_depends.providers import container_context


__all__ = ["container_context", "providers", "BaseContainer", "inject", "Provide"]

0 comments on commit c817284

Please sign in to comment.