Skip to content

Commit

Permalink
Add support for Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Sep 20, 2023
1 parent 584e8cc commit 0b50226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion argcomplete/_check_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
except ImportError:
import typing as t
from collections import namedtuple
from imp import find_module
from imp import find_module # type:ignore

ModuleSpec = namedtuple("ModuleSpec", ["origin", "has_location", "submodule_search_locations"])

Expand Down

0 comments on commit 0b50226

Please sign in to comment.