Skip to content

Commit 40d37ea

Browse files
Update to use two newlines after module docstrings (#11)
1 parent 9282c08 commit 40d37ea

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.devcontainer/update_content.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
"""Dev Container Python environment update content setup script."""
22

3+
34
from pathlib import Path
45
from subprocess import run
56

tests/run_pytest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
"""Run pytest."""
22

3+
34
import sys
45
from pathlib import Path
56
from subprocess import run

0 commit comments

Comments
 (0)