mcompile: removed unneeded imports

pull/7207/head
TheQwertiest 5 years ago committed by Xavier Claessens
parent 4b6471f1d5
commit 1d02fd924b
  1. 2
      mesonbuild/mcompile.py

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

Loading…
Cancel
Save