Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchda committed Feb 4, 2025
1 parent 4cb09da commit 11134cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/smoke_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ def emit(self, record):
or (platform.system() == "Darwin" and platform.machine() == "x86_64")
# echion only works with 3.8+
or sys.version_info < (3, 8, 0)

):
orig_env = os.environ.copy()
copied_env = copy.deepcopy(orig_env)
Expand Down

0 comments on commit 11134cf

Please sign in to comment.