summaryrefslogtreecommitdiff
path: root/src/_pytest/debugging.py
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2019-05-14 15:56:31 -0700
committerAnthony Sottile <asottile@umich.edu>2019-05-14 15:56:31 -0700
commitdc75b6af47abd06332b28ff4857172ba838f4fe4 (patch)
treecf7149a60aaf51df9e860c8f2137cf7d5ab161fd /src/_pytest/debugging.py
parent7573747cda7536c7d15595dc1d03c513b387743c (diff)
downloadpytest-dc75b6af47abd06332b28ff4857172ba838f4fe4.tar.gz
Use fix-encoding-pragma pre-commit hook
Diffstat (limited to 'src/_pytest/debugging.py')
-rw-r--r--src/_pytest/debugging.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/_pytest/debugging.py b/src/_pytest/debugging.py
index 52c6536f4..139645b17 100644
--- a/src/_pytest/debugging.py
+++ b/src/_pytest/debugging.py
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
""" interactive debugging with PDB, the Python Debugger. """
from __future__ import absolute_import
from __future__ import division