Skip to content

Commit fd0607a

Browse files
authored
Merge pull request #63 from injust/patch-2
Explicitly import `requests` instead of using asterisk import
2 parents 46e70a9 + 3352352 commit fd0607a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

__main__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
import psutil as psutil
1010
import argparse
11+
import requests
1112

1213
from htpclient.binarydownload import BinaryDownload
1314
from htpclient.chunk import Chunk

0 commit comments

Comments
 (0)