Skip to content

Commit

Permalink
chore: del unused member
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Jun 18, 2024
1 parent 9a7f06b commit 2e217ae
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/ape/api/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ class PluginConfig(BaseSettings):
A base plugin configuration class. Each plugin that includes
a config API must register a subclass of this class.
"""

# NOTE: This is probably partially initialized at the time of assignment
_config_manager: Optional["ConfigManager"]

model_config = SettingsConfigDict(extra="allow")

@classmethod
Expand Down

0 comments on commit 2e217ae

Please sign in to comment.