mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Remove redundant passes
This commit is contained in:
@@ -58,16 +58,12 @@ class ThemeDoesNotExist(Exception):
|
||||
This means a theme which is not builtin, or has not been registered.
|
||||
"""
|
||||
|
||||
pass
|
||||
|
||||
|
||||
class LanguageDoesNotExist(Exception):
|
||||
"""Raised when the user tries to use a language which does not exist.
|
||||
This means a language which is not builtin, or has not been registered.
|
||||
"""
|
||||
|
||||
pass
|
||||
|
||||
|
||||
@dataclass
|
||||
class TextEditorLanguage:
|
||||
|
||||
Reference in New Issue
Block a user