Skip to content

Commit

Permalink
Removing exception
Browse files Browse the repository at this point in the history
  • Loading branch information
unhyperbolic committed Apr 2, 2024
1 parent f0ab752 commit aa3ea67
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions python/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,10 +225,6 @@ def runtests(verbose=False,

if __name__ == '__main__':

import sys
if sys.platform == 'darwin':
raise Exception()

print("MAIN")

verbose = False
Expand Down

0 comments on commit aa3ea67

Please sign in to comment.