Skip to content

Commit

Permalink
Removed unused os import
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 937db85 commit f643933
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/HaloPSA/functions.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import requests
import urllib.parse
import json
import os


class apiCaller:
Expand Down Expand Up @@ -131,6 +130,3 @@ def testFunc(test='word',b=2,**other):

if __name__=="__main__":
testFunc(data=2,otherData=3)



0 comments on commit f643933

Please sign in to comment.