Skip to content

Commit

Permalink
style: add eslint, pylint, prettier, black, flake8 and isort to pre-c…
Browse files Browse the repository at this point in the history
…ommit
  • Loading branch information
lpm0073 committed Nov 19, 2023
1 parent 0d14929 commit b00886c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/terraform/python/layer_genai/openai_utils/setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
"""Setup for openai_utils package."""
from openai_utils.setup_utils import get_semantic_version
from setup_utils import get_semantic_version # pylint: disable=import-error
from setuptools import find_packages, setup


Expand Down

0 comments on commit b00886c

Please sign in to comment.