Skip to content

Commit bf7a37c

Browse files
committed
Split up datatype definition modules
1 parent 0335aa8 commit bf7a37c

29 files changed

Lines changed: 3002 additions & 1873 deletions

qualtran/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
QVarT,
5454
)
5555

56-
from ._infra.data_types import (
56+
from .dtype import (
5757
QCDType,
5858
CDType,
5959
QDType,

0 commit comments

Comments
 (0)