From 8a3a582beba40818b8e8ba2e0fc5074e11a6330e Mon Sep 17 00:00:00 2001 From: RUFFY-369 Date: Mon, 30 Mar 2026 17:14:19 +0530 Subject: [PATCH] style: fix lints and pin dependencies for reward normalization --- atroposlib/tests/test_reward_normalization.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atroposlib/tests/test_reward_normalization.py b/atroposlib/tests/test_reward_normalization.py index 6f0512e3..21eafea5 100644 --- a/atroposlib/tests/test_reward_normalization.py +++ b/atroposlib/tests/test_reward_normalization.py @@ -12,7 +12,7 @@ Tests cover: """ import math -from typing import List + import numpy as np import pytest