Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
filippomc committed Sep 17, 2024
1 parent 2535a16 commit 18c47cd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,15 @@
configuration_directory = os.path.dirname(os.path.realpath(__file__))
sys.path.insert(0, configuration_directory)

from z2jh import ( # noqa
from z2jh import ( # noqa
get_config,
get_name,
get_name_env,
get_secret_value,
set_config_if_not_none,
)


def camelCaseify(s):
"""convert snake_case to camelCase
Expand Down

0 comments on commit 18c47cd

Please sign in to comment.