Skip to content

Commit

Permalink
Fix line length
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyMcCormick committed May 29, 2024
1 parent deeae2a commit 70a4df9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/mpclookup/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ class Config(BaseSettings):

name: str = Field("mpc-lookup", title="Name of application")

path_prefix: str = Field(
"/mpc-lookup", title="URL prefix for application"
)
path_prefix: str = Field("/mpc-lookup", title="URL prefix for application")

profile: Profile = Field(
Profile.development, title="Application logging profile"
Expand Down

0 comments on commit 70a4df9

Please sign in to comment.