Skip to content

Commit

Permalink
Fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Oct 30, 2024
1 parent 7f4b3ae commit a7519a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sort_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
import ast
import sys
import warnings
from operator import attrgetter
from typing import List, Optional, Tuple
from collections.abc import Sequence
from operator import attrgetter
from typing import Optional

from tokenize_rt import Offset, Token, src_to_tokens, tokens_to_src

Expand Down

0 comments on commit a7519a1

Please sign in to comment.