Skip to content

Commit 44168f2

Browse files
committed
test1 text removed
1 parent 776e4f7 commit 44168f2

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): #comment
10+
class _Settings(BaseSettings):
1111
port: int = 5000
1212
rediscloud_url: AnyUrl = None
1313
local_redis_url: AnyUrl = None

0 commit comments

Comments
 (0)