Skip to content

Commit

Permalink
Formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
devdanzin committed Aug 27, 2023
1 parent c752e89 commit 3fc5dd4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/unit/test_build_unit.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ def checkout(self, revision, options):

class MockOperatorCls(BaseOperator):
name = "test"
data = {
"C:\\home\\test1.py" if sys.platform == "win32" else "/home/test1.py": None
}
data = {"C:\\home\\test1.py" if sys.platform == "win32" else "/home/test1.py": None}

def __init__(self, *args, **kwargs):
pass
Expand Down

0 comments on commit 3fc5dd4

Please sign in to comment.