Skip to content

Commit 34e3002

Browse files
committed
rm empty conftest and small fixes
1 parent 180af16 commit 34e3002

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
File renamed without changes.

src/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
class Settings(BaseSettings):
10-
DEBUG: bool = bool(str_to_bool(os.getenv('DEBUG', 'False')))
10+
DEBUG: bool = str_to_bool(os.getenv('DEBUG', 'False'))
1111

1212
BASECAMP_ACCOUNT_ID: str = 'bc-acc-id'
1313
BASECAMP_CHATBOT_KEY: str = 'bc-bot-key'

src/conftest.py

Whitespace-only changes.

0 commit comments

Comments
 (0)