Skip to content

Commit c38b5e8

Browse files
committed
Smol changes
1 parent 92c0f10 commit c38b5e8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,4 +136,6 @@ dmypy.json
136136
.pytype/
137137

138138
# Cython debug symbols
139-
cython_debug/
139+
cython_debug/
140+
141+
settings.json

src/main/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__all__ = ["main"]
1+
__all__ = ["main"]

0 commit comments

Comments
 (0)