Skip to content

Commit

Permalink
fix import sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
m-reuter committed Sep 4, 2024
1 parent 751c40d commit 8ce4248
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion CerebNet/apply_warp.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
# IMPORTS
import argparse
from pathlib import Path
from numbers import Number
from typing import cast

import nibabel as nib
Expand Down
2 changes: 1 addition & 1 deletion FastSurferCNN/utils/checkpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from collections.abc import MutableSequence
from functools import lru_cache
from pathlib import Path
from typing import Literal, TypedDict, cast, overload, TYPE_CHECKING
from typing import TYPE_CHECKING, Literal, TypedDict, cast, overload

import requests
import torch
Expand Down

0 comments on commit 8ce4248

Please sign in to comment.