Skip to content

Commit 1023a31

Browse files
committed
Format code with Black
1 parent d99aecc commit 1023a31

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

RevSearchEngine/deepSearch.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
Install the DeepImageSearch library:
66
pip install deepimagesearch
77
"""
8+
89
import os
910
import sys
1011

tests/TestsImageHarvester/test_image_filter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
test_filter_images: tests the filter_images method using a MagicMock to mock the fetch_image_data method,
99
thus removing the external dependency on the requests library.
1010
"""
11+
1112
import pytest
1213
import io
1314
import os

0 commit comments

Comments
 (0)