From d42e26fad5386fac6fc0140633dd3ec790e5b486 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20Mat=C4=9Bj=C4=8Dek?= Date: Sat, 6 Jan 2024 14:46:11 +0100 Subject: [PATCH] style: typo --- src/Exchange.php | 1 - tests/src/Driver/RB/DayTest.php | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/Exchange.php b/src/Exchange.php index e7deaa5..ab72413 100644 --- a/src/Exchange.php +++ b/src/Exchange.php @@ -6,7 +6,6 @@ use Generator; use h4kuna\Exchange\Currency\Property; use h4kuna\Exchange\Exceptions\FrozenMethodException; -use h4kuna\Exchange\RatingList; use h4kuna\Exchange\RatingList\CacheEntity; /** diff --git a/tests/src/Driver/RB/DayTest.php b/tests/src/Driver/RB/DayTest.php index f6e550b..33d1096 100644 --- a/tests/src/Driver/RB/DayTest.php +++ b/tests/src/Driver/RB/DayTest.php @@ -1,6 +1,4 @@ -