Skip to content

Commit c0d54f7

Browse files
committed
rye test
1 parent c82d2a7 commit c0d54f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backend/__init__.py

Whitespace-only changes.

backend/app/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# from backend.app import app
1+
from backend.app import app
22

3-
# __all__ = [app]
3+
__all__ = [app]

0 commit comments

Comments
 (0)