Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
⚙️ Flake8 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
srevinsaju committed Jul 24, 2020
1 parent 191f706 commit f509b63
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions guiscrcpy/lib/mapper/mapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ def run(self):
mp.read_configuration()
mp.listen_keypress()



def command_line_argument_parse():
"""
Expand Down Expand Up @@ -273,9 +272,5 @@ def main():
time.sleep(delay)


def __main__():
main()


if __name__ == "__main__":
main()

0 comments on commit f509b63

Please sign in to comment.