Skip to content

Commit

Permalink
Revert "Add location info"
Browse files Browse the repository at this point in the history
This reverts commit 7b35389.
  • Loading branch information
nilslindemann committed Oct 31, 2023
1 parent 310d81e commit e384071
Show file tree
Hide file tree
Showing 24 changed files with 0 additions and 39 deletions.
1 change: 0 additions & 1 deletion docs_src/bigger_applications/app/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
# app/
2 changes: 0 additions & 2 deletions docs_src/bigger_applications/app/dependencies.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# app/dependencies.py

from fastapi import Header, HTTPException


Expand Down
1 change: 0 additions & 1 deletion docs_src/bigger_applications/app/internal/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
# app/internal/
2 changes: 0 additions & 2 deletions docs_src/bigger_applications/app/internal/admin.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# app/internal/admin.py

from fastapi import APIRouter

router = APIRouter()
Expand Down
2 changes: 0 additions & 2 deletions docs_src/bigger_applications/app/main.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# app/main.py

from fastapi import Depends, FastAPI

from .dependencies import get_query_token, get_token_header
Expand Down
1 change: 0 additions & 1 deletion docs_src/bigger_applications/app/routers/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
# app/routers/
2 changes: 0 additions & 2 deletions docs_src/bigger_applications/app/routers/items.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# app/routers/items.py

from fastapi import APIRouter, Depends, HTTPException

from ..dependencies import get_token_header
Expand Down
2 changes: 0 additions & 2 deletions docs_src/bigger_applications/app/routers/users.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# app/routers/users.py

from fastapi import APIRouter

router = APIRouter()
Expand Down
1 change: 0 additions & 1 deletion docs_src/bigger_applications/app_an/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
# app/
2 changes: 0 additions & 2 deletions docs_src/bigger_applications/app_an/dependencies.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# app/dependencies.py

from fastapi import Header, HTTPException
from typing_extensions import Annotated

Expand Down
1 change: 0 additions & 1 deletion docs_src/bigger_applications/app_an/internal/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
# app/internal/
2 changes: 0 additions & 2 deletions docs_src/bigger_applications/app_an/internal/admin.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# app/internal/admin.py

from fastapi import APIRouter

router = APIRouter()
Expand Down
2 changes: 0 additions & 2 deletions docs_src/bigger_applications/app_an/main.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# app/main.py

from fastapi import Depends, FastAPI

from .dependencies import get_query_token, get_token_header
Expand Down
1 change: 0 additions & 1 deletion docs_src/bigger_applications/app_an/routers/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
# app/routers/
2 changes: 0 additions & 2 deletions docs_src/bigger_applications/app_an/routers/items.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# app/routers/items.py

from fastapi import APIRouter, Depends, HTTPException

from ..dependencies import get_token_header
Expand Down
2 changes: 0 additions & 2 deletions docs_src/bigger_applications/app_an/routers/users.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# app/routers/users.py

from fastapi import APIRouter

router = APIRouter()
Expand Down
1 change: 0 additions & 1 deletion docs_src/bigger_applications/app_an_py39/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
# app/
2 changes: 0 additions & 2 deletions docs_src/bigger_applications/app_an_py39/dependencies.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# app/dependencies.py

from typing import Annotated

from fastapi import Header, HTTPException
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
# app/internal/
2 changes: 0 additions & 2 deletions docs_src/bigger_applications/app_an_py39/internal/admin.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# app/internal/admin.py

from fastapi import APIRouter

router = APIRouter()
Expand Down
2 changes: 0 additions & 2 deletions docs_src/bigger_applications/app_an_py39/main.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# app/main.py

from fastapi import Depends, FastAPI

from .dependencies import get_query_token, get_token_header
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
# app/routers/
2 changes: 0 additions & 2 deletions docs_src/bigger_applications/app_an_py39/routers/items.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# app/routers/items.py

from fastapi import APIRouter, Depends, HTTPException

from ..dependencies import get_token_header
Expand Down
2 changes: 0 additions & 2 deletions docs_src/bigger_applications/app_an_py39/routers/users.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# app/routers/users.py

from fastapi import APIRouter

router = APIRouter()
Expand Down

0 comments on commit e384071

Please sign in to comment.