Fix whitespace for consistency

I'd actually prefer having a blank line between license and docstring,
but this is how most modules do it
This commit is contained in:
FND 2015-10-16 09:09:40 +02:00
parent 56702e4ed1
commit 58c425846c
2 changed files with 0 additions and 2 deletions

View File

@ -10,7 +10,6 @@
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
"""Generate HTTP tests from YAML files
Each HTTP request is its own TestCase and can be requested to be run in

View File

@ -10,7 +10,6 @@
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
"""Manage fixtures for gabbi at the test suite level."""
import contextlib