We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98f8f4e commit 179b2f7Copy full SHA for 179b2f7
tests/envs/test_observations.py
@@ -24,5 +24,5 @@ def test_observation_type(observation_config):
24
env.close()
25
26
27
-if __name__ == '__main__':
+if __name__ == "__main__":
28
pytest.main([__file__])
0 commit comments