chore: set UUID of examples DB (#15724)

This commit is contained in:
Beto Dealmeida
2021-07-26 17:45:48 -07:00
committed by GitHub
parent 2d0056507b
commit eeba326f8b
4 changed files with 28 additions and 9 deletions

View File

@@ -21,6 +21,10 @@
NULL_STRING = "<NULL>"
# UUID for the examples database
EXAMPLES_DB_UUID = "a2dc77af-e654-49bb-b321-40f6b559a1ee"
class RouteMethod: # pylint: disable=too-few-public-methods
"""
Route methods are a FAB concept around ModelView and RestModelView