Skip to content

Commit

Permalink
Fix isort error
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Jun 16, 2024
1 parent 8f7cf01 commit 2a8fcf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion argcomplete/finders.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import os
import sys
from collections.abc import Mapping
from typing import Callable, Dict, List, Optional, Sequence, Union, TextIO
from typing import Callable, Dict, List, Optional, Sequence, TextIO, Union

from . import io as _io
from .completers import BaseCompleter, ChoicesCompleter, FilesCompleter, SuppressCompleter
Expand Down

0 comments on commit 2a8fcf9

Please sign in to comment.