From 07b0df8a46cb5ce86067af5fb820840c961e5902 Mon Sep 17 00:00:00 2001 From: Vlad Date: Sun, 27 Dec 2020 22:09:28 +0300 Subject: [PATCH] Code correction --- xcode/fastlane/touchlane/lib/touchlane/features.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/xcode/fastlane/touchlane/lib/touchlane/features.rb b/xcode/fastlane/touchlane/lib/touchlane/features.rb index 13501e6..bebd4bf 100644 --- a/xcode/fastlane/touchlane/lib/touchlane/features.rb +++ b/xcode/fastlane/touchlane/lib/touchlane/features.rb @@ -1,6 +1,3 @@ -require 'yaml' -require 'erb' - require_relative '../../managers/managers' require_relative '../../templates/templates'