Skip to content

Commit

Permalink
🔥 remove submodule imports from main __init__.py file
Browse files Browse the repository at this point in the history
Signed-off-by: burgholzer <burgholzer@me.com>
  • Loading branch information
burgholzer committed Nov 9, 2023
1 parent 3b7805f commit f39e5c0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/mqt/core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,12 @@

from __future__ import annotations

from . import operations, symbolic
from ._core import Permutation, QuantumComputation
from ._version import version as __version__

__all__ = [
"operations",
"Permutation",
"QuantumComputation",
"symbolic",
"__version__",
]

Expand Down

0 comments on commit f39e5c0

Please sign in to comment.