Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pomo-mondreganto committed Apr 16, 2022
1 parent 4a7ba76 commit f5430db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/lib/helpers/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from . import (
cache, checkers, commands,
events, exceptions, jobs,
thread_actions, singleton,
singleton,
)

__all__ = (
Expand All @@ -11,6 +11,5 @@
'events',
'exceptions',
'jobs',
'thread_actions',
'singleton',
)

0 comments on commit f5430db

Please sign in to comment.