Skip to content

Commit

Permalink
update from comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Gorkowski committed Dec 5, 2024
1 parent ca64547 commit d57a0e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion particula/abc_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

class StrategyFactory(ABC, Generic[BuilderT, StrategyT]):
"""
Abstract base class for factories.
Abstract base class for strategy factories.
"""

@abstractmethod
Expand Down
4 changes: 0 additions & 4 deletions particula/particles/representation.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,6 @@ def __str__(self) -> str:
- str : A string representation of the particle representation.
Example:
``` py title="Print"
print(particle_representation)
```
``` py title="Get String Representation"
str_rep = str(particle_representation)
print(str_rep)
Expand Down

0 comments on commit d57a0e5

Please sign in to comment.