more beautiful typehints warning

This commit is contained in:
2025-05-04 03:08:54 +03:00
parent 83955aa046
commit adf3431388
3 changed files with 12 additions and 6 deletions
+7 -2
View File
@@ -11,7 +11,12 @@ from argenta.router import Router
from argenta.orchestrator import Orchestrator
from argenta.command.models import InputCommand
from argenta.app.utils import most_similar_command
import inspect
def some():
ellipsis
global inspect
pass
print(most_similar_command('case', ['case', 'tester', 'poster', 'caser']))
print(inspect.getsourcelines(some))