Skip to content

Conversation

@abbynf
Copy link
Collaborator

@abbynf abbynf commented Jul 13, 2025

Added dependencies.

@@ -1,2 +1,2 @@
__pycache__/

.venv
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From my virtual env. Nobody needs that checked in here.

<br>

```
def build_around_tc(building:BuildingId, radius:Integer) -> Integer:
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Github's markdown renderer had some kind of strange bug rendering this code bit. Added newlines to hopefully force it to be normal.

readme = "README.md"
requires-python = ">=3.6"
dependencies = []
dependencies = [
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are required to run the /src/main

@@ -1,16 +1,19 @@
import ast
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I sorted all the imports without thinking.
Is it helpful? No. But it's pretty, so I didn't undo it.

value = node.value.args[0].value
self.def_const_list.add(name + " " + str(value))
except IndexErrors:
except IndexError:
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wee bug, yeah?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants