Skip to content

Commit

Permalink
Merge pull request #177 from Stegallo/black-format
Browse files Browse the repository at this point in the history
  • Loading branch information
Stegallo authored Nov 5, 2023
2 parents 1ca6d6c + f81f2ed commit cce825c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/y_2015/test_2015_day4.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.day4 import Day

Expand Down
1 change: 1 addition & 0 deletions y_2015/day4.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import hashlib

from common.aoc import AoCDay


Expand Down

0 comments on commit cce825c

Please sign in to comment.