Skip to content

Commit

Permalink
PEP8 fixes
Browse files Browse the repository at this point in the history
PEP 8 fixes, forgot to remove #breakpoint() from test code.
  • Loading branch information
gerritholl committed May 27, 2020
1 parent bec5d72 commit f307d98
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions satpy/dataset.py
Expand Up @@ -23,8 +23,6 @@
from collections.abc import Collection
from datetime import datetime

import numpy as np

logger = logging.getLogger(__name__)


Expand Down
1 change: 0 additions & 1 deletion satpy/tests/test_dataset.py
Expand Up @@ -119,5 +119,4 @@ def test_combine_arrays(self):
DataArray(arange(5), attrs=dts[1]),
object()
]
#breakpoint()
assert "quality" not in combine_metadata(*dts6)

0 comments on commit f307d98

Please sign in to comment.