Skip to content

Commit f7af65c

Browse files
Merge pull request #186 from Dog-Face-Development/deepsource-transform-e9b746ca
2 parents c250128 + 591958a commit f7af65c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

__main__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""This is the main file for the workout app."""
2+
23
# pylint: disable=invalid-name, import-error
34

45
from main import workout

gui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
You should have received a copy of the GNU General Public License
1616
along with this program. If not, see <https://www.gnu.org/licenses/>.
1717
"""
18-
#pylint: disable=unused-variable, global-statement, invalid-name, too-many-branches, too-many-statements
18+
# pylint: disable=unused-variable, global-statement, invalid-name, too-many-branches, too-many-statements
1919

2020
import tkinter.messagebox as box
2121
from tkinter import Tk, Label, Radiobutton, StringVar, Frame, TOP, HORIZONTAL

0 commit comments

Comments
 (0)