Skip to content

Commit 18e66a3

Browse files
committed
add required imports
Signed-off-by: Varsha U N <varshaun58@gmail.com>
1 parent f818e62 commit 18e66a3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)