Skip to content

Commit

Permalink
Fixing codacy issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mjip committed Jul 14, 2020
1 parent a0456e4 commit 651134b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions asciimatics/effects.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@ def _update(self, frame_no):
def stop_frame(self):
return self._stop_frame


class Typewriter(Effect):
"""
Effect to render specified text from left to right. This
Expand Down Expand Up @@ -459,6 +460,7 @@ def _update(self, frame_no):
def stop_frame(self):
return self._stop_frame


class _Star(object):
"""
Simple class to represent a single star for the Stars special effect.
Expand Down

0 comments on commit 651134b

Please sign in to comment.