Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
masci committed Nov 30, 2024
1 parent 8ec1d94 commit ed6744f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/banks/env.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SPDX-FileCopyrightText: 2023-present Massimiliano Pippi <[email protected]>
#
# SPDX-License-Identifier: MIT
from jinja2 import Environment, PackageLoader, select_autoescape
from jinja2 import Environment, select_autoescape

from .config import config
from .filters import cache_control, image, lemmatize, tool
Expand Down
1 change: 0 additions & 1 deletion src/banks/extensions/docs.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# This module exists for documentation purpose only
from deprecated import deprecated


def chat(role: str): # pylint: disable=W0613
Expand Down

0 comments on commit ed6744f

Please sign in to comment.