Skip to content

Commit 2799c56

Browse files
author
Datata1
committed
pr feedback
1 parent 52da858 commit 2799c56

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/codesphere/resources/team/domain/schemas.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
from __future__ import annotations
2+
23
from typing import Dict, List, Optional, TypeAlias
4+
35
from pydantic import Field, RootModel
46

57
from ....core.base import CamelModel
@@ -31,10 +33,6 @@ class CustomDomainConfig(CamelModel):
3133

3234

3335
class DomainRouting(RootModel):
34-
"""
35-
Helper class to build the routing configuration.
36-
"""
37-
3836
root: RoutingMap = Field(default_factory=dict)
3937

4038
def add(self, path: str, workspace_ids: List[int]) -> DomainRouting:

0 commit comments

Comments
 (0)