Skip to content

Commit

Permalink
Make python lint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel Groß committed Feb 13, 2021
1 parent 7bbf190 commit 45d96e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default/python/AI/AIDependencies.py
Expand Up @@ -842,7 +842,7 @@ class CombatTarget:
"SR_JAWS": SHIP | PLANET,
"SR_PLASMA_DISCHARGE": ANY,
"SR_SPINES": SHIP | PLANET,
"SR_TENTACLE": ANY, # note that SHIPs are primary targets
"SR_TENTACLE": ANY, # note that SHIPs are primary targets
"SR_THRASHING_BODY": SHIP | FIGHTER,
"FT_HANGAR_KRILL": SHIP | FIGHTER,
}
Expand Down

0 comments on commit 45d96e8

Please sign in to comment.