Skip to content

Commit

Permalink
(fix) odd ruff fail
Browse files Browse the repository at this point in the history
  • Loading branch information
MementoRC committed Dec 20, 2023
1 parent b8de00c commit c633c65
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions setup_support.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
import glob
import os
from distutils.extension import Extension

import pkgconfig
import subprocess
import shutil
import subprocess
from contextlib import contextmanager, suppress
from distutils.extension import Extension
from tempfile import mkdtemp

import pkgconfig


@contextmanager
def workdir():
Expand Down

0 comments on commit c633c65

Please sign in to comment.