Skip to content

Commit

Permalink
fix isort
Browse files Browse the repository at this point in the history
  • Loading branch information
jakkdl committed Jun 25, 2024
1 parent 446f752 commit 70a8853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/b039.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from contextvars import ContextVar
import contextvars
import time
from contextvars import ContextVar

ContextVar("cv", default=[]) # bad
ContextVar("cv", default=list()) # bad
Expand Down

0 comments on commit 70a8853

Please sign in to comment.