Skip to content

Commit

Permalink
Remove unused import statements
Browse files Browse the repository at this point in the history
  • Loading branch information
AMHermansen authored Sep 5, 2023
1 parent 27fb655 commit 677fab0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/graphnet/models/graphs/nodes/nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
from abc import abstractmethod

import torch
from torch_geometric.nn import knn_graph, radius_graph
from torch_geometric.data import Data
import numpy as np

from graphnet.utilities.decorators import final
from graphnet.utilities.config import save_model_config
Expand Down

0 comments on commit 677fab0

Please sign in to comment.