Skip to content

Commit

Permalink
fix: use sys.exit() instead of just exit()
Browse files Browse the repository at this point in the history
Signed-off-by: joseph-sentry <joseph.sawaya@sentry.io>
  • Loading branch information
joseph-sentry committed Feb 2, 2024
1 parent 019a55a commit 997ea95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions codecov_cli/helpers/request.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import logging
from sys import exit
from time import sleep

import click
Expand Down

0 comments on commit 997ea95

Please sign in to comment.