Skip to content

Commit

Permalink
Remove a redundant import. (nvaccess#7405)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkager authored and michaelDCurran committed Jul 19, 2017
1 parent 928a1bf commit 86f5092
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ def setReviewPosition(reviewPosition,clearNavigatorObject=True):
globalVars.reviewPosition=reviewPosition.copy()
globalVars.reviewPositionObj=reviewPosition.obj
if clearNavigatorObject: globalVars.navigatorObject=None
import braille
braille.handler.handleReviewMove()

def getNavigatorObject():
Expand Down

0 comments on commit 86f5092

Please sign in to comment.