aboutsummaryrefslogtreecommitdiff
path: root/compilador/ast/ident.py
diff options
context:
space:
mode:
Diffstat (limited to 'compilador/ast/ident.py')
-rw-r--r--compilador/ast/ident.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/compilador/ast/ident.py b/compilador/ast/ident.py
deleted file mode 100644
index b6a3acb..0000000
--- a/compilador/ast/ident.py
+++ /dev/null
@@ -1,3 +0,0 @@
-from typing import List
-
-Ident = List[str]