Skip to content

Commit

Permalink
⚫ Fade to black.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jun 6, 2022
1 parent 3eee97a commit ab77f7d
Show file tree
Hide file tree
Showing 99 changed files with 5,449 additions and 3,836 deletions.
10 changes: 6 additions & 4 deletions conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@


if platform.system() != 'Windows':
collect_ignore.extend([
'distutils/command/bdist_msi.py',
'distutils/msvc9compiler.py',
])
collect_ignore.extend(
[
'distutils/command/bdist_msi.py',
'distutils/msvc9compiler.py',
]
)
2 changes: 1 addition & 1 deletion distutils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import sys
import importlib

__version__ = sys.version[:sys.version.index(' ')]
__version__ = sys.version[: sys.version.index(' ')]


try:
Expand Down
Loading

0 comments on commit ab77f7d

Please sign in to comment.