Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 13, 2024
1 parent a71898c commit b594b42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/qibo_client/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""The `qibo_tii_provider` package"""

import importlib.metadata as im

__version__ = im.version(__package__)
Expand Down
1 change: 1 addition & 0 deletions src/qibo_client/qibo_client.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""The module implementing the TIIProvider class."""

import logging
import os
import tarfile
Expand Down

0 comments on commit b594b42

Please sign in to comment.