Skip to content

Commit 10fe19b

Browse files
remove ellipses
1 parent d24c146 commit 10fe19b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@
4747
4848
```python
4949
INSTALLED_APPS = [
50-
...,
5150
"django_github_app",
52-
...,
5351
]
5452
```
5553
@@ -91,9 +89,7 @@
9189
> from pathlib import Path
9290
>
9391
> GITHUB_APP = {
94-
> ...,
9592
> "PRIVATE_KEY": Path(env.path("GITHUB_PRIVATE_KEY_PATH")).read_text(),
96-
> ...,
9793
> }
9894
> ```
9995

0 commit comments

Comments
 (0)