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

Commit 0abef03

Browse files
author
Raven
committed
Fixed inconsistency in docstrings
1 parent 1f8f24f commit 0abef03

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scratchpad.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
""" Import the necessary modules for the program to work """
12
import sys
23
import os
34
import requests
@@ -10,8 +11,9 @@
1011
from PyQt5.QtCore import QThread, pyqtSignal, Qt
1112
from PyQt5.QtGui import QIcon, QTextCursor, QTextDocument
1213

14+
15+
""" Thread for handling file-related operations. """
1316
class FileHandler(QThread):
14-
"""Thread for handling file operations."""
1517
file_content_loaded = pyqtSignal(str, str)
1618
file_saved = pyqtSignal(bool)
1719

0 commit comments

Comments
 (0)