Skip to content

Commit

Permalink
[ci-skip] remove empty starting lines
Browse files Browse the repository at this point in the history
Co-authored-by: Corentin Cadiou <contact@cphyc.me>
  • Loading branch information
neutrinoceros and cphyc committed Jun 17, 2020
1 parent d00e949 commit ff843f0
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 14 deletions.
2 changes: 0 additions & 2 deletions yt/frontends/enzo/data_structures.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


from yt.utilities.on_demand_imports import _h5py as h5py
import io
import weakref
Expand Down
2 changes: 0 additions & 2 deletions yt/frontends/enzo_p/data_structures.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


from yt.utilities.on_demand_imports import \
_h5py as h5py
from yt.utilities.on_demand_imports import \
Expand Down
1 change: 0 additions & 1 deletion yt/geometry/tests/fake_octree.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

from yt.geometry.fake_octree import create_fake_octree
from yt.geometry.oct_container import RAMSESOctreeContainer, ParticleOctreeContainer
import numpy as np
Expand Down
2 changes: 0 additions & 2 deletions yt/utilities/grid_data_format/conversion/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@

from .conversion_abc import Converter
from .conversion_athena import AthenaDistributedConverter, AthenaConverter

2 changes: 0 additions & 2 deletions yt/utilities/grid_data_format/conversion/conversion_athena.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


import numpy as np
from yt.utilities.grid_data_format.conversion.conversion_abc import Converter
from yt.utilities.on_demand_imports import _h5py as h5
Expand Down
2 changes: 0 additions & 2 deletions yt/utilities/lib/cykdtree/tests/test_utils.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


import numpy as np
from nose.tools import assert_equal
from yt.utilities.lib.cykdtree.tests import parametrize, assert_less_equal
Expand Down
2 changes: 0 additions & 2 deletions yt/utilities/sdf.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

from io import StringIO
import os
import numpy as np
Expand Down Expand Up @@ -1342,4 +1341,3 @@ def iter_padded_bbox_keys(self, level, cell_iarr, pad):
pbox[0, 1] = pbox[0, 0] + pad[0]
for k in self.get_bbox(pbox[:,0], pbox[:,1]):
yield k

1 change: 0 additions & 1 deletion yt/visualization/volume_rendering/lens.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

from yt.funcs import mylog
from yt.utilities.parallel_tools.parallel_analysis_interface import \
ParallelAnalysisInterface
Expand Down

0 comments on commit ff843f0

Please sign in to comment.