Skip to content

Commit 5bcd1ea

Browse files
committed
Change import order
1 parent cafb4e6 commit 5bcd1ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proseco/guide.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Licensed under a 3-clause BSD style license - see LICENSE.rst
22

3-
from typing import TYPE_CHECKING
43
from itertools import combinations
4+
from typing import TYPE_CHECKING
55

66
import chandra_aca.aca_image
77
import numpy as np

0 commit comments

Comments
 (0)