Skip to content

Commit a86a047

Browse files
committed
Automatically remove whitespace at top of files
1 parent 0d48428 commit a86a047

File tree

8 files changed

+0
-13
lines changed

8 files changed

+0
-13
lines changed

plugins/template/cmd2_myplugin/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#
21
"""Description of myplugin
32
43
An overview of what myplugin does.

plugins/template/cmd2_myplugin/myplugin.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#
21
"""An example cmd2 plugin"""
32

43
import functools

plugins/template/examples/example.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#
2-
31
import cmd2_myplugin
42

53
import cmd2

plugins/template/setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#
2-
31
import os
42

53
import setuptools

plugins/template/tasks.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#
21
"""Development related tasks to be run with 'invoke'"""
32

43
import os

plugins/template/tests/test_myplugin.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#
2-
31
import cmd2_myplugin
42

53
from cmd2 import (

tests/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +0,0 @@
1-
#
2-
#
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +0,0 @@
1-
#
2-
#

0 commit comments

Comments
 (0)