Skip to content

Commit 54138b8

Browse files
author
Juan Medina
committed
style: fix reviewer style changes
1 parent 4462c24 commit 54138b8

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

pytest_env/plugin.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
"""Adopt environment section in pytest configuration files."""
32

43
import os

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
"""pytest-env setup module."""
32

43
from setuptools import setup
@@ -26,5 +25,5 @@
2625
'Programming Language :: Python :: 2.7',
2726
'Programming Language :: Python :: 3',
2827
'Programming Language :: Python :: 3.3',
29-
]
30-
)
28+
]
29+
)

0 commit comments

Comments
 (0)