Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
k-rieck committed Dec 18, 2024
1 parent ca74e92 commit f680461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hisim/components/weather_data_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import datetime
import pandas as pd
from wetterdienst import Settings
from wetterdienst.provider.dwd.observation import (
from wetterdienst.provider.dwd.observation.api import (
DwdObservationParameter,
DwdObservationRequest,
DwdObservationResolution,
Expand Down

0 comments on commit f680461

Please sign in to comment.