Skip to content

Commit

Permalink
really
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Sep 20, 2023
1 parent 82b69c8 commit 89df0a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/compas/stubs.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import subprocess
import compas

from test_api_stability import get_names_in_module
from donttest_api_stability import get_names_in_module


def compas_api():
Expand Down Expand Up @@ -80,5 +80,5 @@ def check_compas_stubs(api, stubs):
# Main
# ==============================================================================

if __name__ == "__main__":
check_compas_stubs(compas_api(), compas_stubs())
# if __name__ == "__main__":
# check_compas_stubs(compas_api(), compas_stubs())

0 comments on commit 89df0a5

Please sign in to comment.