Skip to content

Commit

Permalink
More flake8 improvements.
Browse files Browse the repository at this point in the history
  • Loading branch information
esitarski committed Jul 24, 2024
1 parent 75db3aa commit f557283
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 64 deletions.
62 changes: 0 additions & 62 deletions CrossMgrVideo/CompositeBitmap.py

This file was deleted.

2 changes: 1 addition & 1 deletion CrossMgrVideo/ComputeSpeed.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def onPageChanging( self, evt ):
self.frontWheelEdgePage.sbvl.verticalLines = [self.wheelEdgesPage.sbvl.verticalLines[1]]

def onPageChanged( self, evt ):
isForward = evt.GetDirection()
pass

if __name__ == '__main__':
from Database import GlobalDatabase
Expand Down
1 change: 0 additions & 1 deletion CrossMgrVideo/MainWin.py
Original file line number Diff line number Diff line change
Expand Up @@ -1975,7 +1975,6 @@ def MainLoop():

mainWin = MainWin( None, title=AppVerName, size=(1000,500) )

dataDir = Utils.getHomeDir()
redirectFileName = getLogFileName()

# Set up the log file. Otherwise, show errors on the screen.
Expand Down

0 comments on commit f557283

Please sign in to comment.