Skip to content

Commit

Permalink
Update to v3.7.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Mishchenko committed Jun 22, 2021
1 parent 6acd2d3 commit 0c32635
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions insomniac/safely_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
from socket import timeout

from insomniac.device_facade import DeviceFacade
from insomniac.extra_features.actions_impl import airplane_mode_on_off
from insomniac.extra_features.utils import new_identity
from insomniac.navigation import navigate, LanguageChangedException
from insomniac.sleeper import sleeper
from insomniac.utils import *
Expand Down Expand Up @@ -42,6 +40,9 @@ def wrapper(*args, **kwargs):


def run_registration_safely(device_wrapper):
from insomniac.extra_features.actions_impl import airplane_mode_on_off
from insomniac.extra_features.utils import new_identity

def actual_decorator(func):
def wrapper(*args, **kwargs):
try:
Expand Down

0 comments on commit 0c32635

Please sign in to comment.