Skip to content

Commit 84d456d

Browse files
committed
fix: Fix warning of circular import
1 parent 8e78e13 commit 84d456d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/appmap/depends/configuration.rb

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# frozen_string_literal: true
22

3-
require 'appmap'
4-
53
module AppMap
64
module Depends
75
class Configuration

lib/appmap/swagger/configuration.rb

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# frozen_string_literal: true
2+
13
require 'yaml'
24

35
module AppMap

0 commit comments

Comments
 (0)