Skip to content

Commit

Permalink
pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
smcguire-cmu committed Apr 11, 2024
1 parent ae50a35 commit 71c1c13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/hipscat/pixel_math/test_healpix_pixel.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def test_pixel_str_and_repr():
assert repr(pix) == test_string


# pylint: disable=pointless-statement
def test_pixel_get_item():
order = 3
pixel = 42
Expand Down
2 changes: 1 addition & 1 deletion tests/hipscat/pixel_math/test_healpix_pixel_convertor.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import pytest

from hipscat.pixel_math import HealpixPixel
from hipscat.pixel_math.healpix_pixel_convertor import HealpixInputTypes, get_healpix_pixel, get_healpix_tuple
from hipscat.pixel_math.healpix_pixel_convertor import get_healpix_pixel, get_healpix_tuple


def test_get_healpix_pixel_can_take_either_argument():
Expand Down

0 comments on commit 71c1c13

Please sign in to comment.