Skip to content

Commit

Permalink
fixup! PyDocStyle: No whitespaces allowed surrounding docstring text
Browse files Browse the repository at this point in the history
  • Loading branch information
kaxil committed Aug 24, 2020
1 parent 442c84c commit 2ecbb40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/models/test_dagbag.py
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ def test_cluster_policy_violation(self):
dag_file: (
f"""DAG policy violation (DAG ID: test_missing_owner, Path: {dag_file}):\n"""
"""Notices:\n"""
"""* Task must have non-None non-default owner. Current value: airflow"""
""" * Task must have non-None non-default owner. Current value: airflow"""
)
}
self.assertEqual(expected_import_errors, dagbag.import_errors)
Expand Down

0 comments on commit 2ecbb40

Please sign in to comment.