Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlJKurtz committed Jan 25, 2023
1 parent 7cdcdf4 commit 2d3489c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion draw_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
canvas_height = 10
canvas_padding = 10

class Page():

class Page:
def __init__(self, window):
self.window = window
self.width = window.page_width_spinbox.value()
Expand Down
1 change: 0 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
from splashscreen import *



class Window(QWidget):
resized = pyqtSignal()

Expand Down

0 comments on commit 2d3489c

Please sign in to comment.