Skip to content
Snippets Groups Projects

style: black

Merged Laurent Peuch requested to merge topic/default/black into branch/default
24 files
+ 634
496
Compare changes
  • Side-by-side
  • Inline
Files
24
rename_entity_type('Blog', u'BlogEntry')
add_entity_type('Blog')
rename_entity_type("Blog", "BlogEntry")
add_entity_type("Blog")
rql('INSERT Blog B: B title "main blog"')
rql('SET BE entry_of B WHERE BE is BlogEntry, B is Blog')
rql("SET BE entry_of B WHERE BE is BlogEntry, B is Blog")
checkpoint()
Loading