Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feature/v1.12.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
edersoncorbari committed Jul 19, 2024
2 parents e227d2b + 585fb9a commit 1a1a0f8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/test_reverse.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
import json
import unittest

from ipipneo.reverse import (ReverseScored120, ReverseScored300,
ReverseScoredCustom, IPIP_NEO_ITEMS_REVERSED_120, IPIP_NEO_ITEMS_REVERSED_300)
from ipipneo.reverse import (IPIP_NEO_ITEMS_REVERSED_120,
IPIP_NEO_ITEMS_REVERSED_300, ReverseScored120,
ReverseScored300, ReverseScoredCustom)


def load_mock_answers_120() -> dict:
Expand Down

0 comments on commit 1a1a0f8

Please sign in to comment.