Skip to content

Commit d5c2ae7

Browse files
authored
Update test_main.py
Add empty line between pip module and local src module
1 parent 06fd758 commit d5c2ae7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import json
44
from unittest.mock import patch
55
from typer.testing import CliRunner
6+
67
from main import app
78

89
TEST_DRAFTS_FILE = "test-drafts.json"

0 commit comments

Comments
 (0)