Skip to content

Modules should not be executable

Leo P. Singer requested to merge leo-singer/raven:modules-not-executable into master

The raven.gracedb_events and raven.search modules should not be executable; they don't even have a if __name__ == '__main__': section.

Merge request reports