Linting code

This commit is contained in:
jeffser
2024-08-04 21:57:57 -06:00
parent 4b6cd17d0a
commit 4446b42b82
2 changed files with 7 additions and 11 deletions

View File

@@ -4,7 +4,7 @@ Handles the table widget shown in chat responses
"""
import gi
from gi.repository import Adw
gi.require_version('Gtk', '4.0')
from gi.repository import Gtk, GObject, Gio
import re