Skip to content

Commit 7d72664

Browse files
committed
style: PEP8 수정
1 parent 06c557c commit 7d72664

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/lotto/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
from .lotto import Lotto
22

33

4-
54
__all__ = ["Lotto"]

src/lotto/main.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ def prompt_purchase_amount():
2222
return check_amount(amount)
2323

2424

25-
2625
def print_lotto_tickets(tickets):
2726
"""구매한 로또 번호 출력"""
2827
print(f"\n{len(tickets)}개를 구매했습니다.")
@@ -120,4 +119,4 @@ def main():
120119

121120

122121
if __name__ == "__main__":
123-
main()
122+
main()

0 commit comments

Comments
 (0)