Skip to content

Commit

Permalink
Merge pull request #187 from fetchai/fix/lints
Browse files Browse the repository at this point in the history
Resolves linting errors
  • Loading branch information
DavidMinarsch authored Oct 7, 2019
2 parents 9b5a4db + 2bd2276 commit 438293f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ def __init__(self):
self.ATTRIBUTE_CITY = Attribute("city", str, True)

super().__init__("weather_station_datamodel", [self.ATTRIBUTE_COUNTRY,
self.ATTRIBUTE_CITY])
self.ATTRIBUTE_CITY])

0 comments on commit 438293f

Please sign in to comment.