added a blank line to satisfy travis

pull/42/head
Arron Atchison 2016-05-23 17:38:18 -05:00
parent c69832f63d
commit 3f1bb15256
1 changed files with 1 additions and 0 deletions

View File

@ -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):
""" """