Skip to content

Commit 18e66a3

Browse files
committed
add required imports
Signed-off-by: Varsha U N <[email protected]>
1 parent f818e62 commit 18e66a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scanpipe/pipes/fetch.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
import re
2929
import subprocess
3030
import tempfile
31+
import cgi
3132
from cgi import parse_header
3233
from collections import namedtuple
3334
from pathlib import Path

0 commit comments

Comments
 (0)