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 Jan 29, 2024
1 parent f931b25 commit fceb5c2
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 fceb5c2

Please sign in to comment.