Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cwasicki committed Dec 19, 2023
1 parent 5d72fe1 commit ac88ae4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion py/frequenz/client/weather/_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import enum
import logging
from frequenz.api.weather import weather_pb2
from frequenz.api.common.v1 import location_pb2
from frequenz.api.common import location_pb2

# Set up logging
_logger = logging.getLogger(__name__)
Expand Down
2 changes: 1 addition & 1 deletion pytests/test_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from datetime import timedelta
from google.protobuf.timestamp_pb2 import Timestamp
from frequenz.api.weather import weather_pb2
from frequenz.api.common.v1.location_pb2 import Location as LocationProto
from frequenz.api.common.location_pb2 import Location as LocationProto
from frequenz.client.weather._types import (
ForecastFeature,
Location,
Expand Down

0 comments on commit ac88ae4

Please sign in to comment.