Skip to content

Commit c9930b7

Browse files
author
Abdul Fatir Ansari
committed
Add authors
1 parent 4674ba5 commit c9930b7

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/chronos/chronos.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

4+
# Authors: Abdul Fatir Ansari <[email protected]>, Lorenzo Stella <[email protected]>, Caner Turkmen <[email protected]>
5+
46
import logging
57
from dataclasses import dataclass
68
from typing import Any, Dict, List, Literal, Optional, Tuple, Union

src/chronos/chronos_bolt.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

4+
# Authors: Abdul Fatir Ansari <[email protected]>, Caner Turkmen <[email protected]>, Lorenzo Stella <[email protected]>
45

56
import copy
67
import logging

0 commit comments

Comments
 (0)