Archived
1
1
Fork 0

remove unused import; pkg_resource

This commit is contained in:
Josh Lay 2023-04-23 16:45:02 -05:00
parent aa2f37d7e1
commit 124b665ed0
Signed by: jlay
GPG key ID: B265E45CACAD108A

View file

@ -11,7 +11,6 @@ from os import path
import glob
import sys
from typing import Tuple, Optional
import pkg_resources
from textual.binding import Binding
from textual.app import App, ComposeResult