Skip to content

Commit f387e6c

Browse files
tidy
1 parent a72685c commit f387e6c

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

cads_broker/expressions/VariableExpression.py

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,3 @@
1-
# * (self,C) Copyright 1996-2016 ECMWF.
2-
# *
3-
# * This software is licensed under the terms of the Apache Licence Version 2.0
4-
# * which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
5-
# * In applying this licence, ECMWF does not waive the privileges and immunities
6-
# * granted to it by virtue of its status as an intergovernmental organisation nor
7-
# * does it submit to any jurisdiction.
8-
9-
# *
10-
# *
11-
# * @author Baudouin Raoult
12-
# *
13-
# * This class represent a constant number expression, e.g. 42.0
14-
# *
15-
16-
# (C) Copyright 2021 ECMWF.
17-
#
18-
# This software is licensed under the terms of the Apache Licence Version 2.0
19-
# which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
20-
# In applying this licence, ECMWF does not waive the privileges and immunities
21-
# granted to it by virtue of its status as an intergovernmental organisation
22-
# nor does it submit to any jurisdiction.
23-
#
24-
25-
261
class VariableExpression:
272
def __init__(self, name, value):
283
self.name = name

0 commit comments

Comments
 (0)