Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
uniqueg committed May 20, 2024
1 parent 538793a commit 9413bdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion foca/models/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
Dict,
List,
Optional,
Self,
Tuple,
Type,
Union,
Expand All @@ -26,6 +25,7 @@
model_validator,
)
from pymongo import collection, database
from typing_extensions import Self

from foca.security.access_control.constants import (
ACCESS_CONTROL_BASE_PATH,
Expand Down
1 change: 1 addition & 0 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ types-PyYAML
types-requests
types-setuptools
types-urllib3
typing_extensions>=4.11

0 comments on commit 9413bdf

Please sign in to comment.