Skip to content

Commit 555f53e

Browse files
Fix imports in test_parser.py
1 parent b6dfc2d commit 555f53e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/test_parser.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import os
22
import re
33
import sys
4-
from unittest import TestCase
5-
from unittest import mock
4+
from unittest import TestCase, mock
65

76
import bs4
87
from bs4 import BeautifulSoup

0 commit comments

Comments
 (0)