Skip to content

Commit

Permalink
Fix import formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lukamac committed Dec 26, 2024
1 parent e5376db commit a16aee7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/Ne16Weight.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
# SPDX-License-Identifier: Apache-2.0

from typing import List

import numpy as np
import numpy.typing as npt

Expand Down
1 change: 1 addition & 0 deletions test/NeurekaV2Weight.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
# SPDX-License-Identifier: Apache-2.0

from typing import List

import numpy as np
import numpy.typing as npt

Expand Down
1 change: 1 addition & 0 deletions test/NeurekaWeight.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
# SPDX-License-Identifier: Apache-2.0

from typing import List

import numpy as np
import numpy.typing as npt

Expand Down

0 comments on commit a16aee7

Please sign in to comment.