From b883e45bd29fd53cc318cf1abeda8fbcfeb69a22 Mon Sep 17 00:00:00 2001 From: Louie S Date: Sat, 16 Sep 2023 09:36:14 -0400 Subject: Editing groups is working --- add_entry_form.py | 1 - 1 file changed, 1 deletion(-) (limited to 'add_entry_form.py') diff --git a/add_entry_form.py b/add_entry_form.py index 0140891..cedaaf6 100644 --- a/add_entry_form.py +++ b/add_entry_form.py @@ -1,4 +1,3 @@ -#!/usr/bin/python3 import sys from PyQt5.QtWidgets import QApplication, QDateTimeEdit, QDialog, QFormLayout, QHBoxLayout, QLabel, QLineEdit, QMessageBox, QPushButton from PyQt5.QtGui import QFont -- cgit