Skip to content

Commit

Permalink
HARMONY-1862: Lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnyinverso committed Sep 24, 2024
1 parent 4d3bb46 commit 2bc5a29
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
autopep8 ~= 1.5
debugpy ~= 1.2
Faker ~= 8.1.3
flake8 ~= 5.0.4
flake8 >= 6.1.0
ipython ~= 8.10.0
jedi ~= 0.17.2
parameterized ~= 0.7
Expand All @@ -11,5 +11,5 @@ pytest-mock ~=3.5
python-language-server ~= 0.35
responses ~=0.22.0
safety ~= 2.3.5
pycodestyle ~= 2.9.1
pycodestyle >= 2.9.1
setuptools ~= 68.1.2
4 changes: 2 additions & 2 deletions harmony/s3_stac_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@

defaultStacIO = DefaultStacIO()

class S3StacIO(StacIO):

class S3StacIO(StacIO):

def read_text(self, uri):
"""
Expand Down Expand Up @@ -40,7 +41,6 @@ def read_text(self, uri):
else:
return defaultStacIO.read_text(uri)


def write_text(self, uri, txt):
"""
Writes a STAC file to the given uri.
Expand Down

0 comments on commit 2bc5a29

Please sign in to comment.