Skip to content

Commit bfe6c48

Browse files
author
Joseph Hamman
committed
lint
1 parent ddae88e commit bfe6c48

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

zarr/errors.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# -*- coding: utf-8 -*-
22

3+
34
class MetadataError(Exception):
45
pass
56

zarr/tests/test_core.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import pickle
55
import shutil
66
import unittest
7-
import warnings
87
from itertools import zip_longest
98
from tempfile import mkdtemp, mktemp
109

@@ -31,8 +30,6 @@
3130
asb = None
3231

3332

34-
35-
3633
# also check for environment variables indicating whether tests requiring
3734
# services should be run
3835
ZARR_TEST_ABS = os.environ.get('ZARR_TEST_ABS', '0')

zarr/tests/test_hierarchy.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
import tempfile
77
import textwrap
88
import unittest
9-
import warnings
109

1110
import numpy as np
1211
import pytest
@@ -30,8 +29,6 @@
3029
asb = None
3130

3231

33-
34-
3532
# also check for environment variables indicating whether tests requiring
3633
# services should be run
3734
ZARR_TEST_ABS = os.environ.get('ZARR_TEST_ABS', '0')

0 commit comments

Comments
 (0)