Skip to content

Commit 2264f5b

Browse files
committed
Fixes order of imports
1 parent c0e51d9 commit 2264f5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stochman/curves.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
from typing import Optional, Tuple
44

55
import torch
6-
from torch import nn
76
from matplotlib.axis import Axis
7+
from torch import nn
88

99

1010
class BasicCurve(ABC, nn.Module):

0 commit comments

Comments
 (0)