Remove stale trivial_save.py example
This commit is contained in:
parent
45c2046fd6
commit
9fb399a3d9
@ -1,10 +0,0 @@
|
||||
import nancy
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
# Inspect the schema of the default in-memory database (created on first
|
||||
# import of nancy module)
|
||||
for c in nancy._conn.iterdump():
|
||||
print(c)
|
||||
|
||||
nancy.save_data({}, desc="This example script actually saves nothing")
|
||||
Loading…
x
Reference in New Issue
Block a user