Skip to content

Commit f840e31

Browse files
committed
small fix
1 parent f8a324b commit f840e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions-python/tasks_executor/src/tasks/licenses/populate_license_rules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import logging
22

3-
from fastapi import requests
3+
import requests
44
from shared.database.database import with_db_session
55
from shared.database_gen.sqlacodegen_models import Rule
66

0 commit comments

Comments
 (0)