Skip to content

Commit

Permalink
Remove unneeded import.
Browse files Browse the repository at this point in the history
  • Loading branch information
matham committed Jul 4, 2020
1 parent ad0d3ad commit a8120d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kivy/base.py
Expand Up @@ -357,7 +357,6 @@ def mainloop(self):
pass

async def async_mainloop(self):
from kivy.base import ExceptionManager, stopTouchApp
while not self.quit and self.status == 'started':
try:
await self.async_idle()
Expand Down

0 comments on commit a8120d5

Please sign in to comment.