Skip to content

Commit a1eae4d

Browse files
MNT: Remove coding: utf-8
The default encoding for Python 3 sources is UTF-8: https://peps.python.org/pep-3120
1 parent 5fb2e2f commit a1eae4d

File tree

4 files changed

+0
-5
lines changed

4 files changed

+0
-5
lines changed

docs/conf.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# -*- coding: utf-8 -*-
2-
#
31
# Configuration file for the Sphinx documentation builder.
42
#
53
# This file does only contain a selection of the most common options. For a

niworkflows/engine/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/env python
2-
# -*- coding: utf-8 -*-
32
# emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*-
43
# vi: set ft=python sts=4 ts=4 sw=4 et:
54
"""

niworkflows/interfaces/workbench.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
# emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: nil -*-
32
# vi: set ft=python sts=4 ts=4 sw=4 et:
43
"""This module provides interfaces for workbench surface commands."""

niworkflows/tests/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# -*- coding: utf-8 -*-
21
# @Author: oesteban
32
# @Date: 2018-02-15 11:21:50
43
# @Last Modified by: oesteban

0 commit comments

Comments
 (0)