Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiascadee committed Aug 28, 2024
1 parent b926ee9 commit bef2b95
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

from target_redshift.target import TargetRedshift

# TODO: Initialize minimal target config
SAMPLE_CONFIG: dict[str, t.Any] = {}


Expand All @@ -34,6 +33,3 @@ def resource(self): # noqa: ANN201
https://github.com/meltano/sdk/tree/main/tests/samples
"""
return "resource"


# TODO: Create additional tests as appropriate for your target.

0 comments on commit bef2b95

Please sign in to comment.