aboutsummaryrefslogtreecommitdiffstats
path: root/3rdparty/pybind11/tests/test_async.py
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/pybind11/tests/test_async.py')
-rw-r--r--3rdparty/pybind11/tests/test_async.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/3rdparty/pybind11/tests/test_async.py b/3rdparty/pybind11/tests/test_async.py
index df4489c4..b9ff9514 100644
--- a/3rdparty/pybind11/tests/test_async.py
+++ b/3rdparty/pybind11/tests/test_async.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
import pytest
asyncio = pytest.importorskip("asyncio")