Skip to content

Commit

Permalink
Conform to black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Jan 29, 2024
1 parent eafe0a3 commit 521082e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions argcomplete/_check_console_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
Intended to be invoked by argcomplete's global completion function.
"""

import os
import sys
from importlib.metadata import EntryPoint
Expand Down
1 change: 1 addition & 0 deletions argcomplete/_check_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
Intended to be invoked by argcomplete's global completion function.
"""

import os
import sys
import tokenize
Expand Down

0 comments on commit 521082e

Please sign in to comment.