Skip to content

Commit

Permalink
Remove dangling future imports #295
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
  • Loading branch information
pombredanne committed Dec 9, 2020
1 parent 90045d6 commit b7802dc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
3 changes: 0 additions & 3 deletions conftest.py
Expand Up @@ -12,9 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

from __future__ import absolute_import
from __future__ import print_function

import os
from os import path
from subprocess import check_output
Expand Down
4 changes: 0 additions & 4 deletions etc/scripts/licenses/genlictests.py
Expand Up @@ -23,10 +23,6 @@
# ScanCode is a free software code scanning tool from nexB Inc. and others.
# Visit https://github.com/nexB/scancode-toolkit/ for support and download.

from __future__ import absolute_import
from __future__ import unicode_literals
from __future__ import print_function

from os import path
import sys

Expand Down
4 changes: 0 additions & 4 deletions etc/scripts/licenses/golic.py
Expand Up @@ -23,10 +23,6 @@
# ScanCode is a free software code scanning tool from nexB Inc. and others.
# Visit https://github.com/nexB/scancode-toolkit/ for support and download.

from __future__ import absolute_import
from __future__ import unicode_literals
from __future__ import print_function

import os

import attr
Expand Down

0 comments on commit b7802dc

Please sign in to comment.