Skip to content

Commit

Permalink
pyinkによる指摘事項修正
Browse files Browse the repository at this point in the history
  • Loading branch information
massongit committed Sep 10, 2024
1 parent d2c6dbc commit 13c1aa6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/hatomap.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ def request(self, bbox: WebMercatorPixelBBox) -> np.ndarray:

@dataclass
class Layer(metaclass=ABCMeta):

@abstractmethod
def get_image(self, bbox: WebMercatorPixelBBox) -> np.ndarray:
pass
Expand Down

0 comments on commit 13c1aa6

Please sign in to comment.