File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,4 +47,3 @@ Profiling reports provided by [Pyinstrument](https://github.com/joerick/pyinstru
4747``` py hl_lines="5"
4848{! src/ panels/ profiling.py!}
4949```
50-
Original file line number Diff line number Diff line change @@ -19,8 +19,7 @@ This method should return a dict with the panel stats.
1919
2020 The `process_request()` method is **optional** and particularly useful for adding behavior that occurs before the request is processed.
2121
22- Please see the [Panel](doc.md) class reference for further details.
23-
22+ Please see the [Panel](panel.md) class reference for further details.
2423
2524## Writing the template
2625
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ If you don't use dependencies then create a new class that inherits from `SQLAlc
2525 members:
2626 - add_engines
2727
28-
2928## Tortoise ORM
3029
3130Add the ` TortoisePanel ` to your panel list:
You can’t perform that action at this time.
0 commit comments