Skip to content

Commit

Permalink
fix init
Browse files Browse the repository at this point in the history
  • Loading branch information
RootShinobi committed Feb 27, 2024
1 parent 405b05b commit f924be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiogram_i18n/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .__meta__ import __version__
from .context import I18nContext
from .lazy import LazyFactory, LazyProxy, LazyFilter
from .lazy import LazyFactory, LazyFilter, LazyProxy
from .middleware import I18nMiddleware

L = LazyFactory()
Expand Down

0 comments on commit f924be0

Please sign in to comment.