Skip to content

Commit

Permalink
autopep8
Browse files Browse the repository at this point in the history
  • Loading branch information
xjjiang committed Dec 31, 2024
1 parent 6ecc24c commit c6e41a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aviary/subsystems/geometry/gasp_based/empennage.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def setup(self):
self.add_input(
"ar", 4.75, units="unitless", desc="ARHT | ARVT: Tail aspect ratio.")
self.add_input(
Aircraft.HorizontalTail.TAPER_RATIO, 0.352, units="unitless",
Aircraft.HorizontalTail.TAPER_RATIO, 0.352, units="unitless",
desc="SLMH | SLMV: Tail taper ratio.")

self.add_output("area", units="ft**2", desc="SHT | SVT: Tail area")
Expand Down

0 comments on commit c6e41a5

Please sign in to comment.