added a blank line to satisfy travis
parent
c69832f63d
commit
3f1bb15256
|
@ -12,6 +12,7 @@ The PyOWM init file
|
||||||
|
|
||||||
from pyowm import constants
|
from pyowm import constants
|
||||||
|
|
||||||
|
|
||||||
def OWM(API_key=None, version=constants.LATEST_OWM_API_VERSION,
|
def OWM(API_key=None, version=constants.LATEST_OWM_API_VERSION,
|
||||||
config_module=None, language=None, identity=None):
|
config_module=None, language=None, identity=None):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue