Skip to content

Commit

Permalink
Fix RuffError post-merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam committed Nov 22, 2023
1 parent 10938cf commit dc5dee8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion pkg_resources/tests/test_pkg_resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import os
import zipfile
import datetime
import time
import subprocess
import stat
import distutils.dist
Expand Down
1 change: 0 additions & 1 deletion setuptools/command/dist_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

import os
import shutil
import sys
from contextlib import contextmanager
from distutils import log
from distutils.core import Command
Expand Down
1 change: 0 additions & 1 deletion setuptools/command/sdist.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from distutils import log
import distutils.command.sdist as orig
import os
import sys
import contextlib
from itertools import chain

Expand Down

0 comments on commit dc5dee8

Please sign in to comment.