Skip to content

Commit

Permalink
remove unused test class
Browse files Browse the repository at this point in the history
  • Loading branch information
jchapian committed Nov 1, 2024
1 parent ac432f9 commit d52590f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/test_gcp_flowlogs_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,11 +181,6 @@ def __next__(self):
return ''


class MockV3Iterator:
def __iter__(self):
return iter(SAMPLE_ENTRIES[0])


class MockFailedIterator:
def __init__(self):
self.pages = self
Expand Down

0 comments on commit d52590f

Please sign in to comment.