Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 13, 2024
1 parent 59748e6 commit db503e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/builder/tests/builder_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class RequestMock:
def __init__(self, status_code, text):
self.status_code = status_code
self.text = text # str
self.content = text.encode(encoding='utf-8') # bytes
self.content = text.encode(encoding="utf-8") # bytes


def test_BuildSnakefile():
Expand Down

0 comments on commit db503e4

Please sign in to comment.