mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-15 14:16:08 -06:00
fix: use local imports instead of global import to reduce dependencies on 'slim' packages
This commit is contained in:
parent
5f1cb8e750
commit
3a0ef1485c
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,6 @@
|
|||
import time
|
||||
import datetime
|
||||
|
||||
from flask import g
|
||||
from functools import wraps
|
||||
|
||||
|
||||
|
|
@ -31,6 +30,7 @@ def browser_cache(expires=None):
|
|||
|
||||
"""
|
||||
from wsgiref.handlers import format_date_time
|
||||
from flask import g
|
||||
from flask_restplus.utils import unpack
|
||||
|
||||
def cache_decorator(view):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue