Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused imports found by pyflakes #74105

Closed
vstinner opened this issue Mar 27, 2017 · 5 comments
Closed

Remove unused imports found by pyflakes #74105

vstinner opened this issue Mar 27, 2017 · 5 comments
Assignees
Labels
3.7 (EOL) end of life type-feature A feature request or enhancement

Comments

@vstinner
Copy link
Member

BPO 29919
Nosy @terryjreedy, @vstinner, @serhiy-storchaka
PRs
  • bpo-29919: Remove unused imports found by pyflakes #137
  • [3.6] bpo-29919 Remove unused imports from idlelib [GH-137] #2105
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = 'https://github.com/terryjreedy'
    closed_at = <Date 2017-03-27.14:06:56.092>
    created_at = <Date 2017-03-27.13:05:13.378>
    labels = ['type-feature', '3.7']
    title = 'Remove unused imports found by pyflakes'
    updated_at = <Date 2017-06-11.09:54:32.513>
    user = 'https://github.com/vstinner'

    bugs.python.org fields:

    activity = <Date 2017-06-11.09:54:32.513>
    actor = 'terry.reedy'
    assignee = 'terry.reedy'
    closed = True
    closed_date = <Date 2017-03-27.14:06:56.092>
    closer = 'vstinner'
    components = []
    creation = <Date 2017-03-27.13:05:13.378>
    creator = 'vstinner'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 29919
    keywords = []
    message_count = 5.0
    messages = ['290607', '290613', '290614', '295695', '295696']
    nosy_count = 3.0
    nosy_names = ['terry.reedy', 'vstinner', 'serhiy.storchaka']
    pr_nums = ['137', '2105']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue29919'
    versions = ['Python 3.6', 'Python 3.7']

    @vstinner
    Copy link
    Member Author

    Attached PR removes unused imports found by pyflakes. It makes also minor PEP-8 coding style fixes on modified imports.

    @vstinner vstinner added the 3.7 (EOL) end of life label Mar 27, 2017
    @serhiy-storchaka
    Copy link
    Member

    LGTM.

    @vstinner
    Copy link
    Member Author

    New changeset d6debb2 by Victor Stinner in branch 'master':
    bpo-29919: Remove unused imports found by pyflakes (#137)
    d6debb2

    @terryjreedy
    Copy link
    Member

    I will backport idlelib changes that apply.

    @terryjreedy terryjreedy self-assigned this Jun 11, 2017
    @terryjreedy
    Copy link
    Member

    New changeset c6696fe by terryjreedy in branch '3.6':
    [3.6] bpo-29919 Remove unused imports from idlelib [GH-137] (bpo-2105)
    c6696fe

    @terryjreedy terryjreedy added the type-feature A feature request or enhancement label Jun 11, 2017
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.7 (EOL) end of life type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    3 participants