Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dakk committed Jan 29, 2024
1 parent 3f3dead commit f5e9240
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
sudo add-apt-repository ppa:ubuntugis/ppa
sudo apt-get update
sudo apt-get install gdal-bin libgdal-dev
sudo apt-get install libgtk-4-dev libgtk-4
pip install tox
pip install -r requirements.txt
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import sys
from datetime import date, datetime

from ... import log # noqa: F401
from .. import log # noqa: F401

logger = logging.getLogger("gweatherrouting")

Expand Down
1 change: 0 additions & 1 deletion gweatherrouting/gtk/maplayers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@
from .gribmaplayer import GribMapLayer # noqa: F401
from .isochronesmaplayer import IsochronesMapLayer # noqa: F401
from .geomaplayer import GeoMapLayer # noqa: F401
from .poimaplayer import POIMapLayer # noqa: F401
from .aismaplayer import AISMapLayer # noqa: F401
from .toolsmaplayer import ToolsMapLayer # noqa: F401
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ colorlog
eccodes==1.3.3
geojson_utils
bs4
vext
vext @ git+https://github.com/vext-python/vext@32ad4d1c5f45797e244df1d2816f76b60f28e20e
vext.gi
pyserial
pynmea2
Expand Down

0 comments on commit f5e9240

Please sign in to comment.