Linting code

This commit is contained in:
jeffser
2024-08-04 21:43:23 -06:00
parent 1a6e74271c
commit 4b6cd17d0a
2 changed files with 138 additions and 92 deletions

View File

@@ -20,6 +20,7 @@
Main script run at launch, handles actions, about dialog and the app itself (not the window)
"""
import gi
gi.require_version('Gtk', '4.0')
gi.require_version('Adw', '1')
from gi.repository import Gtk, Gio, Adw, GLib
@@ -29,7 +30,6 @@ from .internal import cache_dir, data_dir
import sys
import logging
import gi
import os
logger = logging.getLogger(__name__)