Skip to content

Commit

Permalink
fix: revert unnecessary change
Browse files Browse the repository at this point in the history
  • Loading branch information
sujuka99 committed Sep 22, 2023
1 parent 2774c66 commit ecaa1ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hooks/gen_docs/gen_docs_env_vars.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ class EnvVar:
name: str
default_value: Any
required: bool
description: str | None = None
corresponding_setting_name: str | None = None
description: str | None
corresponding_setting_name: str | None

@classmethod
def from_record(cls, record: dict[str, Any]) -> Self:
Expand Down

0 comments on commit ecaa1ae

Please sign in to comment.