Skip to content

Commit

Permalink
fix mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
CrossNox committed Nov 5, 2021
1 parent d2313a5 commit cd7650b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sqlfluff/core/templaters/jinja.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
TemplatedFileSlice,
)
from sqlfluff.core.templaters.python import PythonTemplater
from sqlfluff.core.templaters.slicers.tracer import JinjaTracer # type: ignore
from sqlfluff.core.templaters.slicers.tracer import JinjaTracer

# Instantiate the templater logger
templater_logger = logging.getLogger("sqlfluff.templater")
Expand Down

0 comments on commit cd7650b

Please sign in to comment.