Skip to content

Commit

Permalink
Fix pep
Browse files Browse the repository at this point in the history
  • Loading branch information
misl6 committed Sep 11, 2021
1 parent 2d7fc63 commit 05ff81d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions buildozer/targets/android.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ def __init__(self, *args, **kwargs):
else:
self.extra_p4a_args += ' --ignore-setup-py'


activity_class_name = self.buildozer.config.getdefault(
'app', 'android.activity_class_name', 'org.kivy.android.PythonActivity')
if activity_class_name != 'org.kivy.android.PythonActivity':
Expand Down Expand Up @@ -1489,4 +1488,4 @@ def cmd_logcat(self, *args):

def get_target(buildozer):
buildozer.targetname = "android"
return TargetAndroid(buildozer)
return TargetAndroid(buildozer)

0 comments on commit 05ff81d

Please sign in to comment.