generated from mwc/lab_weather
Update relative imports
This commit is contained in:
parent
973c5b5c62
commit
47b8a5b675
|
@ -8,7 +8,7 @@
|
||||||
#
|
#
|
||||||
# It's your job to implement this function.
|
# It's your job to implement this function.
|
||||||
|
|
||||||
from weather_apis import (
|
from weather.weather_apis import (
|
||||||
geocode_location,
|
geocode_location,
|
||||||
estimate_location,
|
estimate_location,
|
||||||
get_weather_office,
|
get_weather_office,
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
# You don't need to do anything with thie file.
|
# You don't need to do anything with thie file.
|
||||||
|
|
||||||
from argparse import ArgumentParser
|
from argparse import ArgumentParser
|
||||||
from weather import print_weather
|
from weather.weather import print_weather
|
||||||
|
|
||||||
def weather_cli():
|
def weather_cli():
|
||||||
"""Provides a command-line interface for weather.
|
"""Provides a command-line interface for weather.
|
||||||
|
|
Loading…
Reference in New Issue