Skip to content

Commit

Permalink
add comment for later clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Lara committed Mar 27, 2020
1 parent 87a3270 commit 5911d3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions seed/lib/superperms/orgs/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
)


# This should be cleaned/DRYed up with Organization._default_display_meter_units
def _get_default_display_meter_units():
return {
'Coal (anthracite)': 'kBtu (thousand Btu)',
Expand Down Expand Up @@ -130,6 +131,7 @@ class Organization(models.Model):
(CAN, 'CAN'),
)

# This should be cleaned/DRYed up with the ._get_default_display_meter_units method
_default_display_meter_units = {
'Coal (anthracite)': 'kBtu (thousand Btu)',
'Coal (bituminous)': 'kBtu (thousand Btu)',
Expand Down

0 comments on commit 5911d3b

Please sign in to comment.