Skip to content

Commit

Permalink
Update docs/developers/style-guide.md
Browse files Browse the repository at this point in the history
Co-authored-by: Torsten Scholak <[email protected]>
  • Loading branch information
jlamypoirier and tscholak authored Dec 18, 2024
1 parent f91334e commit 42d4e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developers/style-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ If an offending import is only required for a type hint, include it in a `if typ
!!! warning "Configuration modules"

Fast-LLM supports instantiation and validation of configurations with a barebone installation.
Because of this, modules that contain configuration classes (usually names `config.py`)
Because of this, modules that contain configuration classes (usually named `config.py`)
should not include any top-level third-party import (except for those installed in the [barebone install](https://github.com/ServiceNow/Fast-LLM/blob/main/setup.cfg)),
and the same applies for configuration initialization and validation methods.
Third-party import may be included in other methods if needed.
Expand Down

0 comments on commit 42d4e43

Please sign in to comment.