Skip to content

Commit

Permalink
pin jinja2, fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
patricksanders committed Sep 13, 2024
1 parent 0af9be3 commit b4e0f62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ importlib-metadata
inflection==0.3.1
isort==4.3.21
itsdangerous==1.1.0
Jinja2
Jinja2==3.0.3
jmespath==0.9.4
joblib==0.14.0
jsonpickle==1.2
Expand Down
2 changes: 1 addition & 1 deletion test/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

import unittest

from aardvark.app import manage
from aardvark import manage
import pexpect

# These are fast command line script interactions, eight seconds is forever.
Expand Down

0 comments on commit b4e0f62

Please sign in to comment.