Skip to content

Commit 4ff9f1c

Browse files
committed
Fix import formatting
1 parent 7cbe533 commit 4ff9f1c

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

test/Ne16Weight.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
# SPDX-License-Identifier: Apache-2.0
1818

1919
from typing import List
20+
2021
import numpy as np
2122
import numpy.typing as npt
2223

test/NeurekaV2Weight.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
# SPDX-License-Identifier: Apache-2.0
1919

2020
from typing import List
21+
2122
import numpy as np
2223
import numpy.typing as npt
2324

test/NeurekaWeight.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
# SPDX-License-Identifier: Apache-2.0
1919

2020
from typing import List
21+
2122
import numpy as np
2223
import numpy.typing as npt
2324

0 commit comments

Comments
 (0)