Skip to content

Commit

Permalink
fix:remote_settings_sources/__init__.py style check error
Browse files Browse the repository at this point in the history
  • Loading branch information
huanshare committed Dec 9, 2024
1 parent 920fa36 commit 75e3e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/configs/remote_settings_sources/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ class RemoteSettingsSourceConfig(ApolloSettingsSourceInfo):
)


__all__ = ["RemoteSettingsSourceConfig", "RemoteSettingsSourceName", "RemoteSettingsSource"]
__all__ = ["RemoteSettingsSource", "RemoteSettingsSourceConfig", "RemoteSettingsSourceName"]

0 comments on commit 75e3e22

Please sign in to comment.