Skip to content

Commit

Permalink
Codacy issue: try fixing may be undefined, or defined from star imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
breyerml committed Feb 18, 2025
1 parent 00e8084 commit a9b9e72
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bindings/Python/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# import all bindings from the compiled PLSSVM module
# import the plssvm module explicitly
from . import plssvm
# export everything
from .plssvm import * # noqa: F405

# explicitly set the module level attributes
Expand Down

0 comments on commit a9b9e72

Please sign in to comment.