Skip to content

Commit 376ef81

Browse files
committed
Remove unnecessary newline at the beginning of test files for consistency
1 parent a7a1261 commit 376ef81

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/test_leetcode_min_stack.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
Tests for Min Stack
33
"""
44

5-
65
from src.interview_workbook.leetcode.stack.min_stack import Solution
76

87

tests/test_leetcode_search_in_rotated_sorted_array.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
Tests for Search in Rotated Sorted Array
33
"""
44

5-
65
from src.interview_workbook.leetcode.binary_search.search_in_rotated_sorted_array import (
76
Solution,
87
)

0 commit comments

Comments
 (0)