Skip to content

Commit

Permalink
fixed validate and mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
Shellyber committed Jul 5, 2023
1 parent a825a65 commit a3a9a9c
Show file tree
Hide file tree
Showing 12 changed files with 1,095 additions and 670 deletions.

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion Packs/FortiSandbox/Integrations/FortiSandbox/FortiSandbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@
import os

import requests
import urllib3

# Disable insecure warnings
requests.packages.urllib3.disable_warnings()
urllib3.disable_warnings()

"""HELPER FUNCTIONS"""

Expand Down
Loading

0 comments on commit a3a9a9c

Please sign in to comment.