We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a703abc commit 20ea71dCopy full SHA for 20ea71d
tasks/new_project_template/uoft_{{name}}/__init__.py.jinja
@@ -1,5 +1,5 @@
1
from uoft_core import BaseSettings, Field
2
-from pydantic.types import SecretStr
+from uoft_core.types import SecretStr
3
4
5
class Settings(BaseSettings):
0 commit comments