Skip to content

Commit 0b2a6d1

Browse files
committed
minor formating change
1 parent b75edfd commit 0b2a6d1

2 files changed

Lines changed: 4 additions & 14 deletions

File tree

requirements-test.txt

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@ coverage
66
httpx
77

88
# for flask testing
9-
flask_testing
10-
blinker
11-
bs4
12-
13-
# for playwright
14-
osbot-playwright
15-
playwright
16-
psutil
17-
18-
9+
#flask_testing
10+
#blinker
11+
#bs4

tests/unit/utils/type_safe/test__bugs__type_safe__Fast_API_Routes__support.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
import re
2-
import pytest
31
from unittest import TestCase
4-
from fastapi.exceptions import FastAPIError
52
from osbot_utils.type_safe.Type_Safe import Type_Safe
63
from osbot_fast_api.api.Fast_API import Fast_API
7-
from osbot_fast_api.api.Fast_API__Routes import Fast_API__Routes
4+
from osbot_fast_api.api.Fast_API__Routes import Fast_API__Routes
85
from osbot_utils.type_safe.Type_Safe__Primitive import Type_Safe__Primitive
96

107

0 commit comments

Comments
 (0)