Skip to content

Commit

Permalink
Reduce issues to 95
Browse files Browse the repository at this point in the history
  • Loading branch information
aguspe committed Nov 3, 2024
1 parent 1fc1122 commit 5eb47d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions sig/lib/appium_lib_core/common/base/remote_status.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ module Appium
module Core
class Base
module HasRemoteStatus
include _Bridge

def remote_status: () -> untyped
end
end
Expand Down
2 changes: 1 addition & 1 deletion sig/lib/appium_lib_core/ios/xcuitest/device.rbs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module Appium
module Xcuitest
module Device
extend Forwardable
def execute: (Symbol command, ?Hash[untyped, untyped], ?Hash[untyped, untyped]) -> untyped
include _Bridge

def self.extended: (untyped _mod) -> untyped
end
Expand Down

0 comments on commit 5eb47d8

Please sign in to comment.