Skip to content

Commit

Permalink
clean imports
Browse files Browse the repository at this point in the history
  • Loading branch information
chicco785 committed Nov 28, 2023
1 parent 41d41cd commit e0b12b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion modernpython/cimdatatype_header.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from ..utils.datatypes import CIMDatatype
from ..utils.profile import Profile
from .enum import *
from .enum import UnitMultiplier, UnitSymbol
1 change: 0 additions & 1 deletion modernpython/primitive_header.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
from datetime import date, datetime, time
from ..utils.datatypes import Primitive
from ..utils.profile import Profile
from .enum import *

String = Primitive(name="String",type=str, profiles=[Profile.EQBD, Profile.OP, Profile.SSH, Profile.EQ, Profile.DY, Profile.DL, Profile.SV, Profile.SC, ])

0 comments on commit e0b12b0

Please sign in to comment.