Skip to content

Commit 8445acf

Browse files
committed
chore: run make black
1 parent 459d027 commit 8445acf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws_lambda_builders/workflows/python_pip/packager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def __init__(self, runtime, python_exe, osutils=None, dependency_builder=None, a
103103
104104
:type runtime: str
105105
:param runtime: Python version to build dependencies for. This can
106-
either be python3.8, python3.9, python3.10, python3.11, python3.12, python3.13 or python3.14.
106+
either be python3.8, python3.9, python3.10, python3.11, python3.12, python3.13 or python3.14.
107107
These are currently the only supported values.
108108
109109
:type osutils: :class:`lambda_builders.utils.OSUtils`

0 commit comments

Comments
 (0)