EIGRP successor question

in CCNA & CCENT
So, as I was going over my studies for EIGRP and was a little unsure about something. Below under show ip eigrp topology I have 2 successors, looks like equal cost load balancing for 192.168.7.0. Then for the sh ip route it shows both those routes to get to 192.168.7.0. Normally the routing table only includes the successor route while the topology table includes both the successor and feasible successor route. But in this case, with the output shown below, does this mean there is no feasible successor but 2 equal successor routes?
#sh ip eigrp topology
P 192.168.7.0/24, 2 successors, FD is 33280
via 10.10.10.2 (33280/30720), FastEthernet0/1
via 10.10.7.1 (33280/30720), FastEthernet1/0
#sh ip route eigrp
D 192.168.7.0/24 [90/33280] via 10.10.10.2, 00:02:18, FastEthernet0/1
[90/33280] via 10.10.7.1, 00:02:18, FastEthernet1/0
#sh ip eigrp topology
P 192.168.7.0/24, 2 successors, FD is 33280
via 10.10.10.2 (33280/30720), FastEthernet0/1
via 10.10.7.1 (33280/30720), FastEthernet1/0
#sh ip route eigrp
D 192.168.7.0/24 [90/33280] via 10.10.10.2, 00:02:18, FastEthernet0/1
[90/33280] via 10.10.7.1, 00:02:18, FastEthernet1/0
Currently reading Network Warrior
Comments