Skip to content

Commit

Permalink
Fix imports in test_parser.py
Browse files Browse the repository at this point in the history
  • Loading branch information
angelogladding authored Oct 30, 2024
1 parent b6dfc2d commit 555f53e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/test_parser.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import os
import re
import sys
from unittest import TestCase
from unittest import mock
from unittest import TestCase, mock

import bs4
from bs4 import BeautifulSoup
Expand Down

0 comments on commit 555f53e

Please sign in to comment.