Skip to content

Commit

Permalink
fixed a couple of imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ConceptJunkie committed Jul 18, 2024
1 parent ad8e558 commit cfe3a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpn/units/rpnMeasurementClass.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

from rpn.util.rpnDebug import debugPrint
from rpn.util.rpnPersistence import loadUnitConversionMatrix, loadUnitData
from rpn.units.rpnUnitClasses import getUnitDimensionList, getUnitType, RPNUnits
from rpn.units.rpnUnitClasses import getUnitType, RPNUnits
from rpn.units.rpnUnitTypes import basicUnitTypes
from rpn.util.rpnUtils import getPowerSet

Expand Down

0 comments on commit cfe3a31

Please sign in to comment.