Update README.md

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2023-12-05 14:42:26 +01:00 committed by GitHub
parent 35e9239847
commit ede3d0e36a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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