Skip to content

Commit 292fef5

Browse files
authored
Merge pull request #151 from Dasharo/snipeit_api_missing_time_import
snipeit_api.py: Add missing time import
2 parents b628b59 + 5c8d490 commit 292fef5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

osfv_cli/src/osfv/libs/snipeit_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
import secrets
33
import string
44
import sys
5+
import time
56

67
import requests
78
import unidecode

0 commit comments

Comments
 (0)