Remove tenacity from dynamic import
This commit is contained in:
parent
db125c3764
commit
29be2aac71
1 changed files with 0 additions and 2 deletions
|
|
@ -8,8 +8,6 @@ import pipmaster as pm # Pipmaster for dynamic library install
|
|||
|
||||
if not pm.is_installed("aiohttp"):
|
||||
pm.install("aiohttp")
|
||||
if not pm.is_installed("tenacity"):
|
||||
pm.install("tenacity")
|
||||
|
||||
import aiohttp
|
||||
from tenacity import (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue