Clean up unused imports

pull/8611/head
Ralf Gommers 4 years ago committed by Jussi Pakkanen
parent d0325c898a
commit a48a89374a
  1. 3
      mesonbuild/compilers/objc.py
  2. 3
      mesonbuild/compilers/objcpp.py

@ -12,10 +12,9 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
import os.path, subprocess
import typing as T import typing as T
from ..mesonlib import EnvironmentException, MachineChoice from ..mesonlib import MachineChoice
from .compilers import Compiler from .compilers import Compiler
from .mixins.clike import CLikeCompiler from .mixins.clike import CLikeCompiler

@ -12,10 +12,9 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
import os.path, subprocess
import typing as T import typing as T
from ..mesonlib import EnvironmentException, MachineChoice from ..mesonlib import MachineChoice
from .mixins.clike import CLikeCompiler from .mixins.clike import CLikeCompiler
from .compilers import Compiler from .compilers import Compiler

Loading…
Cancel
Save