mcompile: removed unneeded imports

This commit is contained in:
TheQwertiest 2020-05-26 17:04:46 +03:00 committed by Xavier Claessens
parent 4b6471f1d5
commit 1d02fd924b
1 changed files with 0 additions and 2 deletions

View File

@ -14,8 +14,6 @@
"""Entrypoint script for backend agnostic compile."""
import os
import shutil
import sys
import typing as T
from pathlib import Path