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

Fix F841 flake8 errors #923

Merged
merged 5 commits into from
Apr 1, 2021
Merged

Fix F841 flake8 errors #923

merged 5 commits into from
Apr 1, 2021

Commits on Mar 27, 2021

  1. Flake8 : F841

    Poruri Sai Rahul committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    a39f1cd View commit details
    Browse the repository at this point in the history
  2. FIX : Undo a change in qt4 clipboard code

    looks like data needs to be loaded twice from the clipboard
    
    	modified:   pyface/ui/qt4/clipboard.py
    Poruri Sai Rahul committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    96e9e6d View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. DOC : Add comment about why we need to load clipboard data twice

    	modified:   pyface/ui/qt4/clipboard.py
    Poruri Sai Rahul committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    a9bcbef View commit details
    Browse the repository at this point in the history
  2. CLN/TST : Update test based on PR review

    	modified:   pyface/ui/wx/grid/tests/test_simple_grid_model.py
    Poruri Sai Rahul committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    a59677e View commit details
    Browse the repository at this point in the history
  3. CLN : Remove more dead code

    	modified:   pyface/ui/null/action/action_item.py
    Poruri Sai Rahul committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    e685b49 View commit details
    Browse the repository at this point in the history