Skip to content

Commit

Permalink
fix wrong import
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Polonsky committed Aug 15, 2024
1 parent bc06412 commit 6b6332d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/collectors/managers/auth_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@

import os
import ssl
from flask import Config, request
from config import Config
from flask import request
from functools import wraps


Expand Down

0 comments on commit 6b6332d

Please sign in to comment.