8000 feat: add scyjava-stubgen cli command, and `scyjava.types` namespace, which provide type-safe imports with lazy init by tlambert03 · Pull Request #82 · scijava/scyjava · GitHub
[go: up one dir, main page]

Skip to content

feat: add scyjava-stubgen cli command, and scyjava.types namespace, which provide type-safe imports with lazy init #82

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 20 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove unused jpype import from _genstubs.py
  • Loading branch information
tlambert03 committed Apr 23, 2025
commit a5cacc809e0db42f31f44646d4646f176894fe79
2 changes: 0 additions & 2 deletions src/scyjava/_stubs/_genstubs.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
from unittest.mock import patch
from zipfile import ZipFile

import jpype

import scyjava
import scyjava.config
import stubgenj
Expand Down
Loading
0