Skip to content

Commit

Permalink
Explicitly import exit from sys (#2259)
Browse files Browse the repository at this point in the history
Signed-off-by: WebOfNakedFancies <[email protected]>
  • Loading branch information
WebOfNakedFancies authored Mar 12, 2024
1 parent d23eb44 commit a2888cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flytekit/bin/entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import subprocess
import tempfile
import traceback as _traceback
from sys import exit
from typing import List, Optional

import click as _click
Expand Down

0 comments on commit a2888cf

Please sign in to comment.