Skip to content

Commit

Permalink
clean: remove unnecessary code in __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Pandalei97 committed Nov 16, 2023
1 parent d5555d2 commit 55e8152
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/repositories/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +0,0 @@
from .crawls import crawls
from .websites import websites
from .files import files

__all__ = ["crawls", "websites", "files"]

0 comments on commit 55e8152

Please sign in to comment.