Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
vertefra committed Sep 25, 2024
1 parent 0b7e54c commit 87bc5c2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions qcog_python_client/qcog/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,2 @@
from pydantic import BaseModel

from qcog_python_client.qcog.qcogasync import AsyncQcogClient # noqa
from qcog_python_client.qcog.qcogsync import QcogClient # noqa

# Globally disable Pydantic protected namespaces warning
BaseModel.model_config["protected_namespaces"] = ()

0 comments on commit 87bc5c2

Please sign in to comment.