Skip to content

Commit

Permalink
fmt again
Browse files Browse the repository at this point in the history
  • Loading branch information
dlopes7 committed Jun 11, 2024
1 parent 964a786 commit b420c97
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dynatrace_extension/cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@

# if we are not python 3.10.X, exit with an error
if sys.version_info < (3, 10) or sys.version_info >= (3, 11):
console.print(
f"Python 3.10.X is required to build extensions, you are using {sys.version_info}", style="bold red"
)
console.print(f"Python 3.10.X is required to build extensions, you are using {sys.version_info}", style="bold red")
sys.exit(1)

CERT_DIR_ENVIRONMENT_VAR = "DT_CERTIFICATES_FOLDER"
Expand Down

0 comments on commit b420c97

Please sign in to comment.