Fix imports and methods in special package to conform to PEP 8
Open
area: engineering systems
- Dominant language
- Python
- Stars
- 1.4k
- Forks
- 191
- PR merge metrics
- No merged PRs in 30d
Description
The `special` package currently breaks PEP 8 best practices by importing methods at the bottom of `__init__`, and also likely for the use of the `export` decorator. This package likely needs refactoring.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.