Skip to content

Commit 95dddaf

Browse files
change import path'
1 parent d8c9947 commit 95dddaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LibOracle.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pragma solidity ^0.8.13;
33

44
import "./Math.sol";
5-
import { LibOracleUtils as Utils } from "../src/LibOracleUtils.sol";
5+
import { LibOracleUtils as Utils } from "./LibOracleUtils.sol";
66
import "./WeightedMedian.sol";
77

88

0 commit comments

Comments
 (0)