Skip to content

Commit

Permalink
Merge pull request #203 from Stegallo/black-format
Browse files Browse the repository at this point in the history
Black Formatting
  • Loading branch information
Stegallo authored Nov 14, 2023
2 parents 2381852 + ed8496b commit 723cffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/y_2015/test_2015_day10.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import annotations

from unittest.mock import mock_open, patch, MagicMock
from unittest.mock import MagicMock, mock_open, patch

from y_2015.day10 import Day

Expand Down

0 comments on commit 723cffa

Please sign in to comment.