mirror of
https://github.com/1j01/textual-paint.git
synced 2025-01-02 11:52:30 +03:00
Remove unused import
This commit is contained in:
parent
e62064a307
commit
c3d4e1c254
2
menus.py
2
menus.py
@ -6,7 +6,7 @@ from textual.reactive import var
|
||||
from textual.widgets import Button, Static
|
||||
from textual.message import Message
|
||||
from rich.text import Text
|
||||
from localization.i18n import markup_hotkey, remove_hotkey, get_hotkey, get_direction
|
||||
from localization.i18n import markup_hotkey, get_hotkey, get_direction
|
||||
|
||||
def to_snake_case(name: str) -> str:
|
||||
name = re.sub('(.)([A-Z][a-z]+)', r'\1_\2', name)
|
||||
|
Loading…
Reference in New Issue
Block a user