Skip to content

Commit b7ff05b

Browse files
committed
Update test_serialization.py to add copyright.
1 parent 486070c commit b7ff05b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/unitary/with_extras/langchain/test_serialization.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
#!/usr/bin/env python
2+
# -*- coding: utf-8 -*--
3+
4+
# Copyright (c) 2023 Oracle and/or its affiliates.
5+
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
6+
7+
18
import os
29
from unittest import TestCase, mock, SkipTest
310

0 commit comments

Comments
 (0)