diff options
| author | Federico Caselli <cfederico87@gmail.com> | 2021-05-12 22:01:45 +0200 |
|---|---|---|
| committer | Federico Caselli <cfederico87@gmail.com> | 2021-05-12 22:10:19 +0200 |
| commit | debeea97eeae4b4a39a2d50f2a2d96c366421a30 (patch) | |
| tree | cc8a00786248948520f1c8efff717dd7a85dd4f9 /examples/space_invaders | |
| parent | 71a858817cb8c11451ae577c61329f4239fab46b (diff) | |
| download | sqlalchemy-debeea97eeae4b4a39a2d50f2a2d96c366421a30.tar.gz | |
Update black flak8 and zimports
Change-Id: I488c9557eda390e4a88319affd4c8813ee274f80
Diffstat (limited to 'examples/space_invaders')
| -rw-r--r-- | examples/space_invaders/space_invaders.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/space_invaders/space_invaders.py b/examples/space_invaders/space_invaders.py index ed6c47abc..1690145db 100644 --- a/examples/space_invaders/space_invaders.py +++ b/examples/space_invaders/space_invaders.py @@ -253,7 +253,7 @@ class EnemyGlyph(Glyph): class ArmyGlyph(EnemyGlyph): - """Describe an enemy that's part of the "army". """ + """Describe an enemy that's part of the "army".""" __mapper_args__ = {"polymorphic_identity": "army"} |
