File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import os
99

1010
class Management:
11-
def __init__(self, root):
11+
def __init__(self, ):
1212
self.root = root
1313
self.root.title("Patient Details")
1414
self.root.geometry("780x480")
@@ -381,4 +381,4 @@ def log(self):
381381
if __name__ == "__main__":
382382
root = Tk()
383383
obj = Management(root)
384-
root.mainloop()
384+
root.mainloop()

0 commit comments

Comments
 (0)