mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-20 22:05:13 +00:00
no more abstract methods
This commit is contained in:
parent
0a20cb5e41
commit
af053b9ac4
2 changed files with 3 additions and 5 deletions
|
|
@ -1,8 +1,7 @@
|
|||
from abc import ABC, abstractmethod
|
||||
from datetime import datetime
|
||||
|
||||
|
||||
class Controller(ABC):
|
||||
class Controller(object):
|
||||
def __init__(self, handler, request, options):
|
||||
self.handler = handler
|
||||
self.request = request
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue