Skip to content

Commit

Permalink
changed shebang from python3 to python in test_check_vmware_nsxt.py
Browse files Browse the repository at this point in the history
  • Loading branch information
losten-git committed Mar 5, 2024
1 parent fae6d7e commit 7125741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_check_vmware_nsxt.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python

import unittest
import unittest.mock as mock
Expand Down

0 comments on commit 7125741

Please sign in to comment.