Remove an unused file

This commit is contained in:
James Westman 2021-10-23 00:35:24 -05:00
parent 8a2caaf382
commit 75a05fe5ce
No known key found for this signature in database
GPG key ID: CE2DBA0ADB654EA6
2 changed files with 0 additions and 87 deletions

View file

@ -22,7 +22,6 @@ import argparse, json, os, sys
from .errors import PrintableError, report_compile_error, MultipleErrors
from .lsp import LanguageServer
from .pipeline import Pipeline
from . import parser, tokenizer