summaryrefslogtreecommitdiff
path: root/src/_pytest/terminal.py
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2020-10-02 13:09:35 -0700
committerAnthony Sottile <asottile@umich.edu>2020-10-03 08:17:22 -0700
commitf295b0267d14017c95144ed191fbc8ba75aeb789 (patch)
tree97a6ed56631ec3f33a20ec773e93c46f1dc59b30 /src/_pytest/terminal.py
parent6ed07a1c2547667d1d2529ed8a3e457ef6d8f998 (diff)
downloadpytest-f295b0267d14017c95144ed191fbc8ba75aeb789.tar.gz
py36+: update the target version of black to py36
Diffstat (limited to 'src/_pytest/terminal.py')
-rw-r--r--src/_pytest/terminal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_pytest/terminal.py b/src/_pytest/terminal.py
index 21634cbbc..881967a00 100644
--- a/src/_pytest/terminal.py
+++ b/src/_pytest/terminal.py
@@ -450,7 +450,7 @@ class TerminalReporter:
sep: str,
title: Optional[str] = None,
fullwidth: Optional[int] = None,
- **markup: bool
+ **markup: bool,
) -> None:
self.ensure_newline()
self._tw.sep(sep, title, fullwidth, **markup)