Skip to content

Commit 196b071

Browse files
author
Brandon Kirkland
committed
Fix import ordering in kwave_if.py (#150)
1 parent e9f1aa4 commit 196b071

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/openlifu/sim/kwave_if.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
import contextlib
44
import logging
5-
from copy import deepcopy
65
import pathlib
6+
from copy import deepcopy
77
from typing import List
88

99
import numpy as np

0 commit comments

Comments
 (0)