mirror of
https://github.com/beetbox/beets.git
synced 2026-01-30 12:02:41 +01:00
remove __future__ import from py3 native release.py
This commit is contained in:
parent
ce8d7bf9f1
commit
9b2e126132
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue