Apply suggestions from code review

This commit is contained in:
Marek Wolan
2025-03-13 15:57:16 +00:00
parent 6d4be8a653
commit 36a78cc565
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# © Crown-owned copyright 2025, Defence Science and Technology Laboratory UK
# flake8: noqa
"""Baseclasses for the PrimAITE Simulator."""
"""Base classes for the PrimAITE Simulator."""
import warnings
from abc import abstractmethod
from typing import Callable, Dict, Iterable, List, Literal, Optional, Tuple, Union

View File

@@ -1,2 +1,2 @@
# © Crown-owned copyright 2025, Defence Science and Technology Laboratory UK
"""NTP software."""
"""Network Time Protocol software."""