Skip to content

Commit adcf6f1

Browse files
committed
Drop author and email constants
1 parent 091a579 commit adcf6f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/procrunner/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import annotations
2+
13
import codecs
24
import functools
35
import io
@@ -51,8 +53,6 @@
5153
# result.time_start == '2017-11-12 19:54:49 GMT'
5254
# result.timeout == False
5355

54-
__author__ = """Markus Gerstel"""
55-
__email__ = "[email protected]"
5656
__version__ = "2.3.1"
5757

5858
logger = logging.getLogger("procrunner")

0 commit comments

Comments
 (0)