Skip to content

Commit ef2556e

Browse files
committed
align with sync version
1 parent 09948af commit ef2556e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asyncprawcore/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
TIMEOUT = float(
1010
os.environ.get(
1111
"PRAWCORE_TIMEOUT",
12-
os.environ.get("prawcore_timeout", 16), # noqa: SIM112,PLW1508
12+
os.environ.get("prawcore_timeout", "16"), # noqa: SIM112
1313
)
1414
)
1515
WINDOW_SIZE = 600

0 commit comments

Comments
 (0)