Skip to content

Commit

Permalink
♻️ formatting, linting
Browse files Browse the repository at this point in the history
  • Loading branch information
berkaygediz committed Feb 6, 2024
1 parent 1924d77 commit cb131ba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
6 changes: 3 additions & 3 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,13 @@ the community.

This Code of Conduct is adapted from the [Contributor Covenant][homepage],
version 2.0, available at
https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
<https://www.contributor-covenant.org/version/2/0/code_of_conduct.html>.

Community Impact Guidelines were inspired by [Mozilla's code of conduct
enforcement ladder](https://github.com/mozilla/diversity).

[homepage]: https://www.contributor-covenant.org

For answers to common questions about this code of conduct, see the FAQ at
https://www.contributor-covenant.org/faq. Translations are available at
https://www.contributor-covenant.org/translations.
<https://www.contributor-covenant.org/faq>. Translations are available at
<https://www.contributor-covenant.org/translations>.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

SpanRC is a table processor. It is written in Python and uses the PyQt5 library for the graphical user interface. It is cross-platform and can be used on Windows, macOS, and Linux. It is designed to be a simple alternative to other table processors. It is lightweight and easy to use.

### Screenshots
## Screenshots

![Screenshot 1](spanrc_banner.png)

Expand All @@ -26,7 +26,6 @@ SpanRC is a table processor. It is written in Python and uses the PyQt5 library
- [x] Real-time statistics (row count, column count, cell count, etc.)
- [x] Multi language (English, Turkish, German, Spanish, Azerbaijani)
- [x] Cross-platform (Windows, macOS, Linux)
- [x] Synchronization

### Prerequisites

Expand Down
2 changes: 0 additions & 2 deletions SpanRC.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ def undo(self):
class SRC_Workbook(QMainWindow):
def __init__(self, parent=None):
super().__init__(parent)
# press c to continue (initialization bug)
# pdb.set_trace()
starttime = datetime.datetime.now()
settings = QSettings("berkaygediz", "SpanRC")
self.setWindowIcon(QIcon("icon.png"))
Expand Down

0 comments on commit cb131ba

Please sign in to comment.