Skip to content

Commit

Permalink
isort + black
Browse files Browse the repository at this point in the history
  • Loading branch information
atrabattoni committed Sep 14, 2024
1 parent 534eced commit 2b4688c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions tests/io/test_miniseed.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
from glob import glob
from tempfile import TemporaryDirectory

import xdas as xd
import obspy
import numpy as np
import obspy

import xdas as xd


def make_network(dirpath):
Expand Down
5 changes: 3 additions & 2 deletions tests/test_routines.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import numpy as np
import pytest
from xdas.core.routines import Bag, CompatibilityError
from xdas.core.dataarray import DataArray

from xdas.core.coordinates import Coordinates
from xdas.core.dataarray import DataArray
from xdas.core.routines import Bag, CompatibilityError


class TestBag:
Expand Down

0 comments on commit 2b4688c

Please sign in to comment.