Skip to content

Commit

Permalink
Fixed import conflict (circular import error)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickssl committed Jan 5, 2024
1 parent edd8950 commit 1d00ba6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pytplot/tplot_math/tdpwrspc.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
import logging
import numpy as np
from .dpwrspc import dpwrspc
from pytplot import get_data, store_data, options, split_vec, time_double
from .split_vec import split_vec
from pytplot import get_data, store_data, options, time_double


def tdpwrspc(
Expand Down

0 comments on commit 1d00ba6

Please sign in to comment.