Update README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
35e9239847
commit
ede3d0e36a
1 changed files with 1 additions and 0 deletions
|
@ -132,6 +132,7 @@ income = (gross_wages
|
|||
## [Imports](https://peps.python.org/pep-0008/#imports)
|
||||
|
||||
* Imports should usually be on separate lines:
|
||||
|
||||
```python
|
||||
# Correct:
|
||||
import os
|
||||
|
|
Loading…
Reference in a new issue