mirror of
https://github.com/amazon-science/chronos-forecasting
synced 2026-05-24 10:08:33 +00:00
Add missing headers (#65)
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
This commit is contained in:
parent
ecfabdbfd6
commit
069df04e01
2 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
|||
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import argparse
|
||||
import functools
|
||||
from pathlib import Path
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
import ast
|
||||
import logging
|
||||
import os
|
||||
|
|
|
|||
Loading…
Reference in a new issue