Skip to content

Commit

Permalink
add asyncio to unsafe globals
Browse files Browse the repository at this point in the history
  • Loading branch information
swashko committed Sep 30, 2024
1 parent e833cae commit 749567a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modelscan/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ class SupportedModelFormats:
"bdb": "*",
"pdb": "*",
"shutil": "*",
"asyncio": "*",
},
"HIGH": {
"webbrowser": "*", # Includes webbrowser.open()
Expand Down

0 comments on commit 749567a

Please sign in to comment.