You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+ dotenv-linter config/.env config/.env.template
Traceback (most recent call last):
File "/usr/local/bin/dotenv-linter", line 5, in <module>
from dotenv_linter.cli import cli
File "/usr/local/lib/python3.9/site-packages/dotenv_linter/cli.py", line 11, in <module>
from dotenv_linter.checker import DotenvFileChecker
File "/usr/local/lib/python3.9/site-packages/dotenv_linter/checker.py", line 8, in <module>
from dotenv_linter.grammar.fst import Module
File "/usr/local/lib/python3.9/site-packages/dotenv_linter/grammar/fst.py", line 22, in <module>
from attr import dataclass, field
ImportError: cannot import name 'field' from 'attr' (/usr/local/lib/python3.9/site-packages/attr/__init__.py)
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: