We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cfc631 commit cf970c1Copy full SHA for cf970c1
asyncprawcore/const.py
@@ -7,7 +7,7 @@
7
REVOKE_TOKEN_PATH = "/api/v1/revoke_token" # noqa: S105
8
TIMEOUT = float(
9
os.environ.get(
10
- "PRAWCORE_TIMEOUT", os.environ.get("prawcore_timeout", 16) # noqa: SIM112
+ "PRAWCORE_TIMEOUT", os.environ.get("prawcore_timeout", 16) # noqa: SIM112,PLW1508
11
)
12
13
WINDOW_SIZE = 600
0 commit comments