[UPDATE] Add prefix in front of the file (#10884)

This commit is contained in:
PeixuanZuo 2022-03-16 21:05:18 +08:00 committed by GitHub
parent 625a1f7673
commit 5763657715
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 30 additions and 0 deletions

View file

@ -1,3 +1,8 @@
#-------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
#--------------------------------------------------------------------------
import argparse
from dataclasses import dataclass
import numpy as np

View file

@ -1,3 +1,8 @@
#-------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
#--------------------------------------------------------------------------
from abc import ABC, abstractmethod
from argparse import ArgumentParser
import logging

View file

@ -1,3 +1,8 @@
#-------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
#--------------------------------------------------------------------------
import argparse
from dataclasses import dataclass
import numpy as np

View file

@ -1,3 +1,8 @@
#-------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
#--------------------------------------------------------------------------
import argparse
from dataclasses import dataclass
import numpy as np

View file

@ -1,3 +1,8 @@
#-------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
#--------------------------------------------------------------------------
import argparse
from dataclasses import dataclass
import numpy as np

View file

@ -1,3 +1,8 @@
#-------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
#--------------------------------------------------------------------------
import argparse
from dataclasses import dataclass
import numpy as np