Skip to content

Commit

Permalink
style: format code with Black and isort
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in 80dd84d according to the output
from Black and isort.

Details: #66
  • Loading branch information
deepsource-autofix[bot] authored Jan 17, 2024
1 parent 80dd84d commit 2c87328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/managers/test_issue.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from unittest.mock import Mock, patch, call
from unittest.mock import Mock, call, patch

import pytest

Expand Down

0 comments on commit 2c87328

Please sign in to comment.