Skip to content

Commit f37d892

Browse files
authored
add missing import requests
1 parent 4caa805 commit f37d892

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

platform.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
import os
1616
import contextlib
1717
import json
18+
import requests
1819
import subprocess
1920
import sys
2021
import shutil

0 commit comments

Comments
 (0)