Skip to content

Commit

Permalink
chore: add headers to utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
maugde committed Jan 7, 2025
1 parent cb0cd7c commit ba13afe
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions antarest/login/utils.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# Copyright (c) 2024, RTE (https://www.rte-france.com)
#
# See AUTHORS.txt
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
# SPDX-License-Identifier: MPL-2.0
#
# This file is part of the Antares project.

import typing as t
from contextvars import ContextVar
from typing import Optional
Expand Down

0 comments on commit ba13afe

Please sign in to comment.