Skip to content

Commit

Permalink
Remove unnecessary coding lines
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalresistor committed May 7, 2020
1 parent 6ec614d commit 61fcb53
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/pyramid/static.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
from functools import lru_cache
import json
import mimetypes
Expand Down
1 change: 0 additions & 1 deletion tests/test_i18n.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import os
import unittest

Expand Down
1 change: 0 additions & 1 deletion tests/test_integration.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import datetime
import gc
import locale
Expand Down
1 change: 0 additions & 1 deletion tests/test_traversal.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
import unittest
from urllib.parse import quote

Expand Down

0 comments on commit 61fcb53

Please sign in to comment.