Skip to content

Commit 786db6c

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent dc18b92 commit 786db6c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test_sandbox_data.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/env python
2-
# coding: utf-8
32

43
# # Load real-world data and verify that functions run on it
54
# ### How to use this script
@@ -19,12 +18,8 @@
1918

2019

2120
import matplotlib.pyplot as plt
22-
import numpy as np
23-
import pandas as pd
2421
import spatialdata as sd
2522

26-
import spatialdata_plot
27-
2823

2924
# In[15]:
3025

0 commit comments

Comments
 (0)