Skip to content

Commit

Permalink
Add pylint ignore
Browse files Browse the repository at this point in the history
Signed-off-by: Jannic Holzer <jannic.holzer@quantumblack.com>
  • Loading branch information
jmholzer committed May 12, 2023
1 parent 9e5b6e5 commit 65eda24
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ def expected_upsert_multiple_primary_spark_df(spark_session: SparkSession):
return spark_session.createDataFrame(data, schema)


# pylint: disable=too-many-public-methods
class TestManagedTableDataSet:
def test_full_table(self):
unity_ds = ManagedTableDataSet(catalog="test", database="test", table="test")
Expand Down

0 comments on commit 65eda24

Please sign in to comment.