Skip to content

Commit ef5f5a8

Browse files
FIX: Linting
1 parent 61794d6 commit ef5f5a8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

modules/transforms/data_manipulations/manipulations.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
import networkx as nx
21
import torch
32
import torch_geometric
4-
from toponetx.classes import SimplicialComplex
5-
from torch_geometric.utils import one_hot, to_networkx
3+
from torch_geometric.utils import one_hot
64

75

86
class IdentityTransform(torch_geometric.transforms.BaseTransform):
@@ -305,4 +303,4 @@ def forward(self, data: torch_geometric.data.Data):
305303
if key not in self.parameters["keep_fields"]:
306304
del data[key]
307305

308-
return data
306+
return data

0 commit comments

Comments
 (0)