File tree Expand file tree Collapse file tree 3 files changed +1
-71
lines changed
Expand file tree Collapse file tree 3 files changed +1
-71
lines changed Original file line number Diff line number Diff line change @@ -49,11 +49,6 @@ dev = [
4949[project .scripts ]
5050scyjava-stubgen = " scyjava._stubs._cli:main"
5151
52- [project .entry-points .hatch ]
53- scyjava = " scyjava._stubs._hatchling_plugin"
54- [project .entry-points ."distutils .commands" ]
55- build_py = " scyjava_stubgen.build:build_py"
56-
5752[project .urls ]
5853homepage = " https://github.com/scijava/scyjava"
5954documentation = " https://github.com/scijava/scyjava/blob/main/README.md"
Original file line number Diff line number Diff line change 55import os
66import shutil
77import subprocess
8+ import sys
89from importlib import import_module
910from itertools import chain
1011from pathlib import Path , PurePath
11- import sys
1212from typing import TYPE_CHECKING , Any
1313from unittest .mock import patch
1414from zipfile import ZipFile
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments