Skip to content

Commit 84cf699

Browse files
committed
fix pydocstyle
1 parent 2de1d0f commit 84cf699

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pyinfraformat/core/core.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ def _filter_coordinates(self, holes, bbox):
174174

175175
def _filter_type(self, holes, hole_type):
176176
"""Filter object by survey abbreviation (type)."""
177-
178177
filtered_holes = []
179178
if isinstance(hole_type, str):
180179
hole_type = [hole_type]
@@ -189,7 +188,6 @@ def _filter_type(self, holes, hole_type):
189188

190189
def _filter_date(self, holes, start=None, end=None, fmt=None):
191190
"""Filter object by datetime."""
192-
193191
if isinstance(start, str) and fmt is None:
194192
start = pd.to_datetime(start)
195193
elif isinstance(start, str) and fmt is not None:

0 commit comments

Comments
 (0)