Skip to content

Commit

Permalink
bugfix to define meter schema
Browse files Browse the repository at this point in the history
  • Loading branch information
thomastu committed Apr 10, 2020
1 parent 2ec42db commit 3304c1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ubc"
version = "0.0.2"
version = "0.0.3"
description = "Utility Bill Calculator"
authors = ["Thomas Tu <[email protected]>"]

Expand Down
2 changes: 1 addition & 1 deletion ubc/rates/openei/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from urllib.parse import urljoin

from ubc.rates.abstract import AbstractRate
from ubc.rates.openei.schemas import URDBMeta, Energy, Demand, FlatDemand
from ubc.rates.openei.schemas import URDBMeta, Energy, Demand, FlatDemand, Meter


root = "https://api.openei.org"
Expand Down

0 comments on commit 3304c1e

Please sign in to comment.