Skip to content

Commit 2f4fe79

Browse files
committed
pre-commit.
1 parent a322721 commit 2f4fe79

File tree

4 files changed

+198
-49
lines changed

4 files changed

+198
-49
lines changed

extraction_methods/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# encoding: utf-8
2-
"""
3-
4-
"""
2+
""" """
53
# encoding: utf-8
64
"""
75
.. _facet-prefix:

extraction_methods/plugins/assets/backends/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# encoding: utf-8
2-
"""
3-
4-
"""
2+
""" """
53
__author__ = "Richard Smith"
64
__date__ = "03 Jun 2021"
75
__copyright__ = "Copyright 2018 United Kingdom Research and Innovation"

extraction_methods/plugins/header/backends/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# encoding: utf-8
2-
"""
3-
4-
"""
2+
""" """
53
__author__ = "Richard Smith"
64
__date__ = "03 Jun 2021"
75
__copyright__ = "Copyright 2018 United Kingdom Research and Innovation"

0 commit comments

Comments
 (0)