Skip to content

Commit ec6a3ab

Browse files
committed
Removed empty lines
1 parent 09660f5 commit ec6a3ab

3 files changed

Lines changed: 1 addition & 4 deletions

File tree

docs/panels/default.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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-

docs/panels/dev.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

docs/panels/sql.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

3130
Add the `TortoisePanel` to your panel list:

0 commit comments

Comments
 (0)