diff options
| author | Bert JW Regeer <bertjw@regeer.org> | 2020-05-06 22:59:11 -0700 |
|---|---|---|
| committer | Bert JW Regeer <bertjw@regeer.org> | 2020-05-06 23:02:10 -0700 |
| commit | 61fcb53d39b5443007cc7ddbf2305df09276bb40 (patch) | |
| tree | 1e2b13d4674908dbfb76999b9a723bf25a9ce95f /tests | |
| parent | 6ec614df4b8045874a2d93e7dec3f4af594e51e2 (diff) | |
| download | pyramid-61fcb53d39b5443007cc7ddbf2305df09276bb40.tar.gz pyramid-61fcb53d39b5443007cc7ddbf2305df09276bb40.tar.bz2 pyramid-61fcb53d39b5443007cc7ddbf2305df09276bb40.zip | |
Remove unnecessary coding lines
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_i18n.py | 1 | ||||
| -rw-r--r-- | tests/test_integration.py | 1 | ||||
| -rw-r--r-- | tests/test_traversal.py | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/tests/test_i18n.py b/tests/test_i18n.py index b5500af37..b8b11830e 100644 --- a/tests/test_i18n.py +++ b/tests/test_i18n.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- import os import unittest diff --git a/tests/test_integration.py b/tests/test_integration.py index 9a690a8d3..638ddb2c5 100644 --- a/tests/test_integration.py +++ b/tests/test_integration.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- import datetime import gc import locale diff --git a/tests/test_traversal.py b/tests/test_traversal.py index ec61fa5b8..b99862ba0 100644 --- a/tests/test_traversal.py +++ b/tests/test_traversal.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- import unittest from urllib.parse import quote |
