try to make pylint happy
All checks were successful
buildbot/tox Build done.

This commit is contained in:
2022-06-08 00:08:09 +02:00
parent 8610e2a557
commit 98a6fc3ce7
60 changed files with 565 additions and 560 deletions

View File

@@ -1,18 +1,17 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
import argparse
import coverage
import datetime
import os
import shutil
import sys
import time
import coverage
from selenium import webdriver
from selenium.common.exceptions import WebDriverException
class Command(object):
class Command: # pylint: disable=too-few-public-methods
default_browser = 'firefox'
@staticmethod