Skip to content

Commit 3ff7459

Browse files
🚨 Add newline
1 parent 4703a61 commit 3ff7459

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

‎src/test/fixtures/multi-router-same-file/main.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
app = FastAPI()
55
app.include_router(router1)
6-
app.include_router(router2)
6+
app.include_router(router2)

‎src/test/fixtures/multi-router-same-file/routers.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ def get_items_v1():
99

1010
@router2.get("/items")
1111
def get_items_v2():
12-
pass
12+
pass

0 commit comments

Comments
 (0)