Skip to content

Commit f039299

Browse files
committed
Update main.py
fix import
1 parent 80244ef commit f039299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from django.utils import formats
33
from rsa import cli
44
from requests import sessions
5-
import request
5+
import requests
66

77
if __name__ == '__main__':
88
formats.get_format()

0 commit comments

Comments
 (0)