Skip to content

Commit 46b46d0

Browse files
author
shmelevik
committed
linting
1 parent 0ae7a64 commit 46b46d0

File tree

6 files changed

+1
-2
lines changed

6 files changed

+1
-2
lines changed
0 Bytes
Binary file not shown.
111 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.

brain_games/scripts/games/brain_games.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
from brain_games.scripts.games.brain_calc import calc_game
33
from brain_games.scripts.games.brain_even import is_even_game
44
from brain_games.scripts.games.brain_gcd import gcd_game
5-
from brain_games.scripts.games.brain_progression import progression_game
65
from brain_games.scripts.games.brain_prime import is_prime_game
6+
from brain_games.scripts.games.brain_progression import progression_game
77

88

99
def main():
@@ -15,6 +15,5 @@ def main():
1515
is_prime_game(name)
1616

1717

18-
1918
if __name__ == "__main__":
2019
main()

0 commit comments

Comments
 (0)