Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed Jun 27, 2024
1 parent 7dab030 commit b6e717d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion conda_forge_tick/migrators/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
from .pip_check import PipCheckMigrator
from .pip_wheel_dep import PipWheelMigrator
from .qt_to_qt_main import QtQtMainMigrator
from .replacement import Replacement
from .r_ucrt import RUCRTCleanup
from .replacement import Replacement
from .use_pip import PipMigrator
from .version import Version
1 change: 0 additions & 1 deletion conda_forge_tick/migrators/r_ucrt.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import re
import typing
from typing import Any

Expand Down

0 comments on commit b6e717d

Please sign in to comment.