diff --git a/docs/modern_python.md b/docs/modern_python.md index 27ba503..ae76de5 100644 --- a/docs/modern_python.md +++ b/docs/modern_python.md @@ -1986,21 +1986,6 @@ print(d) * typ `callable` ```python -#!/usr/bin/env python3 -# vim: set fileencoding=utf-8 - -# -# (C) Copyright 2023 Pavel Tisnovsky -# -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 -# which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# Pavel Tisnovsky -# - from typing import Callable