Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
WardBrian committed Oct 4, 2023
1 parent 28ff8b0 commit 0ded7a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pytorch_finufft/_err.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from typing import Union, Tuple
from typing import Tuple, Union

import torch

Expand Down
2 changes: 1 addition & 1 deletion pytorch_finufft/functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Implementations of the corresponding Autograd functions
"""

from typing import Any, Optional, Union, Tuple, Dict
from typing import Any, Dict, Optional, Tuple, Union

import finufft
import torch
Expand Down

0 comments on commit 0ded7a5

Please sign in to comment.