Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
francesconazzaro committed Oct 14, 2024
1 parent a72685c commit f387e6c
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions cads_broker/expressions/VariableExpression.py
Original file line number Diff line number Diff line change
@@ -1,28 +1,3 @@
# * (self,C) Copyright 1996-2016 ECMWF.
# *
# * This software is licensed under the terms of the Apache Licence Version 2.0
# * which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
# * In applying this licence, ECMWF does not waive the privileges and immunities
# * granted to it by virtue of its status as an intergovernmental organisation nor
# * does it submit to any jurisdiction.

# *
# *
# * @author Baudouin Raoult
# *
# * This class represent a constant number expression, e.g. 42.0
# *

# (C) Copyright 2021 ECMWF.
#
# This software is licensed under the terms of the Apache Licence Version 2.0
# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
# In applying this licence, ECMWF does not waive the privileges and immunities
# granted to it by virtue of its status as an intergovernmental organisation
# nor does it submit to any jurisdiction.
#


class VariableExpression:
def __init__(self, name, value):
self.name = name
Expand Down

0 comments on commit f387e6c

Please sign in to comment.