Skip to content

Commit

Permalink
Update plugin.py
Browse files Browse the repository at this point in the history
  • Loading branch information
carsongee committed Oct 6, 2023
1 parent 5b9dfa2 commit ca95924
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pytest_pylint/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
if sys.version_info >= (3, 11):
import tomllib
else:
# pylint: disable=import-error
import tomli as tomllib

HISTKEY = "pylint/mtimes"
Expand Down

0 comments on commit ca95924

Please sign in to comment.