Skip to content
Snippets Groups Projects
Verified Commit 628af5af authored by Daniel Hornung's avatar Daniel Hornung
Browse files

MAINT: Linting

parent 365e2d3d
No related branches found
No related tags found
1 merge request!100WIP: Filling XLSX: Seems to be working.
Pipeline #49646 passed
......@@ -145,6 +145,7 @@ filename : str
Write the JSON to this file.
"""
content = {}
print(certificate, filename)
return content
......@@ -188,7 +189,6 @@ def demo_run():
print("Making sure that the remote data model is up to date.")
ensure_data_model()
print("Data model is up to date.")
import caosdb as db
CertRT = db.RecordType(name="BloxbergCertificate").retrieve()
print("Certifying the `BloxbergCertificate` RecordType...")
json_filename = "/tmp/cert.json"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment