mirror of
https://github.com/imarkoff/Marble-shell-theme.git
synced 2025-09-19 09:47:56 -07:00
Fixed lint with flake8. Update a Python version in README.md
This commit is contained in:
@@ -43,7 +43,7 @@ Icon theme: https://github.com/vinceliuice/Colloid-icon-theme
|
|||||||
## 🚧 Requirements
|
## 🚧 Requirements
|
||||||
- GNOME 42-48. Correct functionality on other versions is not guaranteed.
|
- GNOME 42-48. Correct functionality on other versions is not guaranteed.
|
||||||
- [User Themes](https://extensions.gnome.org/extension/19/user-themes/ "User Themes") extension.
|
- [User Themes](https://extensions.gnome.org/extension/19/user-themes/ "User Themes") extension.
|
||||||
- Python 3.2+.
|
- Python 3.9+.
|
||||||
|
|
||||||
## 💡 Installation
|
## 💡 Installation
|
||||||
|
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
import os
|
import os
|
||||||
|
from typing import Tuple
|
||||||
|
|
||||||
type LabeledFileGroup = tuple[str, str]
|
type LabeledFileGroup = Tuple[str, str]
|
||||||
|
|
||||||
class FilesLabeler:
|
class FilesLabeler:
|
||||||
def __init__(self, directory: str, *args: str):
|
def __init__(self, directory: str, *args: str):
|
||||||
|
Reference in New Issue
Block a user