Skip to content

Commit

Permalink
add missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
amit9838 committed Apr 26, 2024
1 parent ed2894e commit 7c8a7f5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/frontendHourlyDetails.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

gi.require_version("Gtk", "4.0")
gi.require_version("Adw", "1")
from gettext import gettext as _, pgettext as C_

from .constants import icons, icon_loc
from .frontendUiDrawImageIcon import DrawImage
Expand Down
2 changes: 2 additions & 0 deletions src/mousam.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
gi.require_version("Gtk", "4.0")
gi.require_version("Adw", "1")
from gi.repository import Gtk, Adw, Gio
from gettext import gettext as _, pgettext as C_


# module import
from .utils import create_toast, check_internet_connection
Expand Down
1 change: 1 addition & 0 deletions src/weatherData.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
from .backendAirPollution import AirPollution
from .Models import *
from .utils import get_cords
from gettext import gettext as _, pgettext as C_

gi.require_version("Gtk", "4.0")
gi.require_version("Adw", "1")
Expand Down

0 comments on commit 7c8a7f5

Please sign in to comment.