Skip to content

Commit 843743b

Browse files
committed
Black re-format
1 parent 16181a8 commit 843743b

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

comment_spell_check.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22

3-
#==========================================================================
3+
# ==========================================================================
44
#
55
# Copyright NumFOCUS
66
#
@@ -16,7 +16,7 @@
1616
# See the License for the specific language governing permissions and
1717
# limitations under the License.
1818
#
19-
#==========================================================================*/
19+
# ==========================================================================*/
2020

2121
import sys
2222
import os

tests/test_comment_spell_check.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#==========================================================================
1+
# ==========================================================================
22
#
33
# Copyright NumFOCUS
44
#
@@ -14,7 +14,7 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616
#
17-
#==========================================================================*/
17+
# ==========================================================================*/
1818

1919
import unittest
2020
import subprocess

utils/itk_crawl.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /usr/bin/env python
22

3-
#==========================================================================
3+
# ==========================================================================
44
#
55
# Copyright NumFOCUS
66
#
@@ -16,7 +16,7 @@
1616
# See the License for the specific language governing permissions and
1717
# limitations under the License.
1818
#
19-
#==========================================================================*/
19+
# ==========================================================================*/
2020

2121
import itk
2222

utils/myspell.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /usr/bin/env python
22

3-
#==========================================================================
3+
# ==========================================================================
44
#
55
# Copyright NumFOCUS
66
#
@@ -16,7 +16,7 @@
1616
# See the License for the specific language governing permissions and
1717
# limitations under the License.
1818
#
19-
#==========================================================================*/
19+
# ==========================================================================*/
2020

2121
import sys
2222
from enchant.checker import SpellChecker

utils/sitk_crawl.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /usr/bin/env python
22

3-
#==========================================================================
3+
# ==========================================================================
44
#
55
# Copyright NumFOCUS
66
#
@@ -16,7 +16,7 @@
1616
# See the License for the specific language governing permissions and
1717
# limitations under the License.
1818
#
19-
#==========================================================================*/
19+
# ==========================================================================*/
2020

2121
import SimpleITK as sitk
2222

0 commit comments

Comments
 (0)