Skip to content

Commit

Permalink
release 2.3.3 : bug fix->delete usless import (Remote)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsbxmw committed Feb 13, 2019
1 parent 437e2fd commit c3815a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions haf/apphelper.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# -*- coding: utf-8 -*-
import time, os
from appium.webdriver import Remote
from haf.config import *


class BasePage:
DEFAULT_TIMEOUT = 3

def __init__(self, driver: Remote=None):
def __init__(self, driver):
self.driver = driver

def find_element(self, key, value):
Expand Down
2 changes: 1 addition & 1 deletion haf/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@

MAIN_VERSION = 2
SUB_VERSION = 3
FIX_VERSION = 2
FIX_VERSION = 3
VERSION_TYPE = "dev"
PLATFORM_VERSION = f"{VERSION_TYPE}-{MAIN_VERSION}.{SUB_VERSION}.{FIX_VERSION}"

Expand Down

0 comments on commit c3815a9

Please sign in to comment.