1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

Fix comment < 80 chars

This commit is contained in:
Dan Hanks
2020-06-03 10:07:35 -04:00
parent 1569d94513
commit 559a3994e6

View File

@@ -63,7 +63,8 @@ class GeoCodes(object):
@classmethod
def province_to_code(cls, province):
# We cheat on this one a little since we only support provinces in NA-US, NA-CA
# We cheat on this one a little since we only support provinces in
# NA-US, NA-CA
if (province not in geo_data['NA']['US']['provinces'] and
province not in geo_data['NA']['CA']['provinces']):
cls.log.warn('country_to_code: unrecognized province "%s"',