Skip to content

Commit

Permalink
python/style_guide: Never use relative imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Nov 24, 2023
1 parent 3d1699e commit 44476e4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/python/style_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ You may also refer to common guidance like the `Google Python Style Guide <https

:ref:`Organization-wide spell-checking<python-optional-linting>`

Built-in functions
------------------

- Never use relative ``import``.

Naming
------

Expand Down

0 comments on commit 44476e4

Please sign in to comment.