Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cbartz committed Apr 18, 2024
1 parent 9503339 commit 54fb4b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -674,8 +674,8 @@ Functions should be ordered according to the
This means that a module should be readable from top to bottom,
with functions ordered by level of abstraction, from general to specific.
A calling function should always be above the called function.
Functions should also be grouped together logically. If functions have a similar purpose,
they should be grouped together.
Functions should also be grouped together logically. If functions have a
similar purpose, they should be grouped together.


On classes, the `__init__` method should come first followed by any other
Expand Down

0 comments on commit 54fb4b2

Please sign in to comment.