Skip to content

Commit 131d0e2

Browse files
committed
lkql/manage.py: remove useless import
1 parent ef2ff92 commit 131d0e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lkql/manage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class Manage(ManageScript):
99

1010
def create_context(self, args):
1111

12-
from langkit.compile_context import AdaSourceKind, CompileCtx
12+
from langkit.compile_context import CompileCtx
1313

1414
from language.lexer import lkql_lexer
1515
from language.parser import lkql_grammar

0 commit comments

Comments
 (0)