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 Dec 14, 2023
1 parent 34743e7 commit 9389409
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Qibochem key features

## Installation

Using poetry
Using poetry

```
git clone https://github.com/qiboteam/qibochem.git
Expand Down
7 changes: 1 addition & 6 deletions src/qibochem/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,4 @@

__version__ = im.version(__package__)

from qibochem import (
driver,
ansatz,
measurement,
)

from qibochem import ansatz, driver, measurement
2 changes: 1 addition & 1 deletion src/qibochem/driver/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from qibochem.driver.molecule import *
from qibochem.driver.hamiltonian import *
from qibochem.driver.molecule import *

0 comments on commit 9389409

Please sign in to comment.