Skip to content

Commit 0fb2bac

Browse files
committed
lint
1 parent c9eb0a6 commit 0fb2bac

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

auth-server/auth_server/server_settings.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@
1616
@lru_cache(maxsize=1)
1717
def get_settings() -> "AuthServerSettings":
1818
"""Return the cached singleton settings instance."""
19-
return AuthServerSettings(
20-
_env_file=get_dot_env_path(_ENV_PREFIX), # type: ignore[call-arg]
21-
)
19+
return AuthServerSettings(_env_file=get_dot_env_path(_ENV_PREFIX))
2220

2321

2422
class AuthServerSettings(BaseSettings):

0 commit comments

Comments
 (0)