Skip to content

Commit

Permalink
using sys check instead of try except
Browse files Browse the repository at this point in the history
  • Loading branch information
clr182 committed Nov 1, 2024
1 parent 5fbaa21 commit df97b97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bugsnag/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
import warnings
import copy
import logging
from datetime import datetime, timedelta, timezone
from datetime import datetime, timedelta
import sys
from urllib.parse import urlparse, urlunsplit, parse_qs


Expand Down

0 comments on commit df97b97

Please sign in to comment.