Skip to content

Commit

Permalink
ruff thing
Browse files Browse the repository at this point in the history
  • Loading branch information
NewSoupVi committed Aug 20, 2024
1 parent 8cfdc13 commit 1e06005
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .run/Archipelago Unittests.run.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Archipelago Unittests" type="tests" factoryName="Unittests">
<module name="Archipelago" />
<option name="ENV_FILES" value="" />
<option name="INTERPRETER_OPTIONS" value="" />
<option name="PARENT_ENVS" value="true" />
<option name="SDK_HOME" value="" />
Expand All @@ -11,7 +12,7 @@
<EXTENSION ID="PythonCoverageRunConfigurationExtension" runner="coverage.py" />
<option name="_new_pattern" value="&quot;&quot;" />
<option name="_new_additionalArguments" value="&quot;&quot;" />
<option name="_new_target" value="&quot;$PROJECT_DIR$/test&quot;" />
<option name="_new_target" value="&quot;$PROJECT_DIR$/worlds/witness/test&quot;" />
<option name="_new_targetType" value="&quot;PATH&quot;" />
<method v="2" />
</configuration>
Expand Down
5 changes: 3 additions & 2 deletions worlds/witness/data/static_locations.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from typing import Dict, Set, cast, List
from typing import Dict, List, Set, cast

from . import static_logic as static_witness_logic, utils
from . import static_logic as static_witness_logic
from . import utils

ID_START = 158000

Expand Down

0 comments on commit 1e06005

Please sign in to comment.