Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Commit

Permalink
fix import error
Browse files Browse the repository at this point in the history
  • Loading branch information
Bidaya0 committed Nov 25, 2021
1 parent 1f97db1 commit e5b4842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iast/views/scan_strategys.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from django.db import connection

from django.db import models
from dongtai.models.strategy import IastStrategyUser
from dongtai.models.strategy_user import IastStrategyUser
from dongtai.models.user import User
import time
from django.db.models import Q
Expand Down

0 comments on commit e5b4842

Please sign in to comment.