Hatmanstack commited on
Commit
cea381d
·
1 Parent(s): 7b3455b

Fix import sorting in tests/conftest.py to satisfy CI

Browse files
Files changed (1) hide show
  1. tests/conftest.py +1 -0
tests/conftest.py CHANGED
@@ -1,6 +1,7 @@
1
  """Pytest fixtures for NBA Streamlit application tests."""
2
 
3
  from typing import Any
 
4
  import pandas as pd
5
  import pytest
6
 
 
1
  """Pytest fixtures for NBA Streamlit application tests."""
2
 
3
  from typing import Any
4
+
5
  import pandas as pd
6
  import pytest
7