diff options
| author | Elizabeth Hunt <elizabeth@simponic.xyz> | 2024-09-05 00:17:35 -0700 |
|---|---|---|
| committer | Elizabeth Hunt <elizabeth@simponic.xyz> | 2024-09-05 00:17:35 -0700 |
| commit | e4e31978bae7e45be57b376415a4b925ac8cbc03 (patch) | |
| tree | 39b7d4df3a6a07bebfc544a8bd730c188cee151f /kennel/engine/systems/network.py | |
| parent | 45726367eee475a7717d7dcad78895de348f0b97 (diff) | |
| download | kennel.hatecomputers.club-e4e31978bae7e45be57b376415a4b925ac8cbc03.tar.gz kennel.hatecomputers.club-e4e31978bae7e45be57b376415a4b925ac8cbc03.zip | |
fix linting
Diffstat (limited to 'kennel/engine/systems/network.py')
| -rw-r--r-- | kennel/engine/systems/network.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kennel/engine/systems/network.py b/kennel/engine/systems/network.py index d1542e9..693e1bc 100644 --- a/kennel/engine/systems/network.py +++ b/kennel/engine/systems/network.py @@ -1,7 +1,7 @@ import asyncio from abc import abstractmethod from enum import Enum -from typing import List, Optional, Dict +from typing import Dict, List, Optional from kennel.app import logger from kennel.engine.entities.entity import Entity, EntityManager |
