Skip to content

Commit

Permalink
[states.rooms] Optimize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Prometheus3375 committed Jul 19, 2024
1 parent 7ec0b5f commit e74a762
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions solve/states/rooms.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
from collections.abc import Iterator
from dataclasses import dataclass
from itertools import permutations
from typing import Self, Sequence
from typing import Self

from .base import *
from ..key_sets import KSMixed, KeySetType
from ..multiset import Multiset
from ..players import *
from ..shapes import Shape2D


Expand Down

0 comments on commit e74a762

Please sign in to comment.