No need to 'type: ignore' on deepdiff.
This commit is contained in:
parent
63c7c54bfc
commit
9bdf21ea5b
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ import typing
|
|||
from datetime import date, datetime
|
||||
from time import time
|
||||
|
||||
import deepdiff # type: ignore
|
||||
import deepdiff
|
||||
import flask
|
||||
import requests
|
||||
import yaml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue