pre-commit run fix-encoding-pragma --all-files

This commit is contained in:
Anthony Sottile
2019-06-02 15:30:53 -07:00
committed by Bruno Oliveira
parent 99057555e1
commit 5034399d7a
188 changed files with 0 additions and 188 deletions

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
""" command line options, ini-file and conftest.py processing. """
from __future__ import absolute_import
from __future__ import division

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import argparse
import warnings

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
class UsageError(Exception):
""" error in pytest usage or invocation"""

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import os
import py