Skip to content

Commit

Permalink
Update qcodes/_version.py
Browse files Browse the repository at this point in the history
Co-authored-by: Mikhail Astafev <astafan8@gmail.com>
  • Loading branch information
jenshnielsen and astafan8 committed Sep 24, 2023
1 parent 69f5b07 commit 2a591d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qcodes/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ def _get_version() -> str:
import sys

if sys.version_info >= (3, 9):
from importlib.resources import as_file, files
from importlib.resources import files
else:
from importlib_resources import as_file, files
from importlib_resources import files

import versioningit

Expand Down

0 comments on commit 2a591d8

Please sign in to comment.