Skip to content

Commit 9a2648b

Browse files
Copilotfermga
andcommitted
Fix linting issues - remove unused imports and whitespace
Co-authored-by: fermga <203334638+fermga@users.noreply.github.com>
1 parent 8081ca1 commit 9a2648b

File tree

2 files changed

+83
-86
lines changed

2 files changed

+83
-86
lines changed

src/tnfr/operators/metabolism.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
from ..types import NodeId, TNFRGraph
4040

4141
from ..alias import get_attr
42-
from ..constants.aliases import ALIAS_DNFR, ALIAS_EPI, ALIAS_THETA, ALIAS_VF
42+
from ..constants.aliases import ALIAS_EPI, ALIAS_THETA
4343
from ..utils import get_numpy
4444

4545
__all__ = [

0 commit comments

Comments
 (0)