Skip to content

Commit

Permalink
Remove deprecated time module
Browse files Browse the repository at this point in the history
The time module was already deprecated, this PR removes it.
  • Loading branch information
EwoutH committed Nov 9, 2024
1 parent f619c2e commit 6399784
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 731 deletions.
7 changes: 0 additions & 7 deletions docs/apis/time.md

This file was deleted.

10 changes: 0 additions & 10 deletions docs/mesa.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,6 @@
:show-inheritance:
```

## mesa.time module

```{eval-rst}
.. automodule:: mesa.time
:members:
:undoc-members:
:show-inheritance:
```

## Module contents

```{eval-rst}
Expand Down
2 changes: 0 additions & 2 deletions mesa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

import mesa.experimental as experimental
import mesa.space as space
import mesa.time as time
from mesa.agent import Agent
from mesa.batchrunner import batch_run
from mesa.datacollection import DataCollector
Expand All @@ -16,7 +15,6 @@
__all__ = [
"Model",
"Agent",
"time",
"space",
"DataCollector",
"batch_run",
Expand Down
Loading

0 comments on commit 6399784

Please sign in to comment.