Updated licenses

This commit is contained in:
2026-03-09 18:33:42 +01:00
parent f89b6445ff
commit b12555d883
7 changed files with 88 additions and 12 deletions
-9
View File
@@ -12,18 +12,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import dbm
import pickle
import os
import shutil
import time
import binascii
import io
import warnings
import re
from types import FunctionType, MethodType
from . import utils
from . import exceptions
__all__ = [
'TOPIC_PARTITION_SEPARATOR'
-1
View File
@@ -15,7 +15,6 @@
import os
from typing import Tuple, Literal, Sequence
import ipaddress
import socket
__all__ = [
'is_number',