Skip to content
This repository was archived by the owner on Mar 31, 2020. It is now read-only.

Commit 426fe28

Browse files
committed
Fixing style
1 parent b291be7 commit 426fe28

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/cache.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import io
66
import configparser
77

8+
89
class Cache:
910
'''Class used for caching images and data about the cats'''
1011

src/mainwindow.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import os
66
from cache import Cache
77

8+
89
class Tinder:
910
'''The main class for the application.'''
1011

@@ -52,7 +53,6 @@ def start(self):
5253
# starting the program loop
5354
self.new_image()
5455

55-
5656
def all_children(self):
5757
'''Used to get all children of the root window
5858
@@ -241,4 +241,4 @@ def on_closing(self):
241241
# checks if this file is the main file being run
242242
if __name__ == "__main__":
243243
# start the application
244-
Tinder().start()
244+
Tinder().start()

0 commit comments

Comments
 (0)