More pep8 fixes. A tiny bit of refactoring.
This commit is contained in:
@ -2,12 +2,12 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Fenrir TTY screen reader
|
||||
# By Chrys, Storm Dragon, and contributers.
|
||||
# By Chrys, Storm Dragon, and contributors.
|
||||
|
||||
from fenrirscreenreader.core import debug
|
||||
|
||||
|
||||
class RemoteDriver():
|
||||
class RemoteDriver:
|
||||
def __init__(self):
|
||||
self._is_initialized = False
|
||||
|
||||
|
Reference in New Issue
Block a user