Skip to content

Commit 776e4f7

Browse files
committed
test1Ignore
1 parent 1c7e4ae commit 776e4f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
CFG_LOGGER = logging.getLogger("app.config")
88

99

10-
class _Settings(BaseSettings):
10+
class _Settings(BaseSettings): #comment
1111
port: int = 5000
1212
rediscloud_url: AnyUrl = None
1313
local_redis_url: AnyUrl = None

0 commit comments

Comments
 (0)