Skip to content

Commit f7635c3

Browse files
committed
Type hints now passing
1 parent 641864d commit f7635c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nmfishingreport/nmfishingreport.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import urllib.request
1313
from configparser import ConfigParser
1414

15-
import bs4 # type: ignore
15+
import bs4
1616

1717

1818
def split_conf_str(conf_str):

0 commit comments

Comments
 (0)