Skip to content

Commit

Permalink
remove __future__ import from py3 native release.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnny Robeson committed May 28, 2016
1 parent ce8d7bf commit 9b2e126
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions extra/release.py
Expand Up @@ -3,8 +3,6 @@

"""A utility script for automating the beets release process.
"""
from __future__ import absolute_import
from __future__ import print_function
import click
import os
import re
Expand Down

0 comments on commit 9b2e126

Please sign in to comment.