Skip to content

Commit

Permalink
Add NANO prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
nbes4 committed May 5, 2024
1 parent 0f1a62d commit bc92688
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entities/attribute.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def to_unit(self) -> Unit:

class MetricPrefix(Enum):
PICO = 'pico'
NANO = 'nano'
MICRO = 'micro'
MILLI = 'milli'
NONE = '' # no prefix
Expand Down

0 comments on commit bc92688

Please sign in to comment.