Skip to content

Commit

Permalink
rm unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexCheema committed Jul 18, 2024
1 parent 0af164f commit fa9d416
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions exo/topology/partitioning_strategy.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
from abc import ABC, abstractmethod
from typing import List, Optional
from typing import List
from dataclasses import dataclass
from exo.inference.shard import Shard
from exo.networking.peer_handle import PeerHandle
from .topology import Topology

# Partitions shard-space into pieces of contiguous shards, represented by floating point range [start, end) between 0 and 1
Expand Down

0 comments on commit fa9d416

Please sign in to comment.