Skip to content

Commit

Permalink
👹 Feed the hobgoblins (delint).
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Apr 21, 2024
1 parent d6652a4 commit 806b1ca
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion distutils/_modified.py
Expand Up @@ -4,8 +4,8 @@
import os.path

from ._functools import splat
from .errors import DistutilsFileError
from .compat.py39 import zip_strict
from .errors import DistutilsFileError


def _newer(source, target):
Expand Down
1 change: 0 additions & 1 deletion distutils/spawn.py
Expand Up @@ -12,7 +12,6 @@
import platform
import subprocess
import sys

from typing import Mapping

from ._log import log
Expand Down
2 changes: 1 addition & 1 deletion distutils/sysconfig.py
Expand Up @@ -16,8 +16,8 @@
import sys
import sysconfig

from .compat import py39
from ._functools import pass_none
from .compat import py39
from .errors import DistutilsPlatformError

IS_PYPY = '__pypy__' in sys.builtin_module_names
Expand Down

0 comments on commit 806b1ca

Please sign in to comment.