commit | d8c7ee00a687ac369e62e2032514a93a9b413502 | [log] [tgz] |
---|---|---|
author | Henry Schreiner <henry.fredrick.schreiner@cern.ch> | Mon Jul 20 13:35:21 2020 -0400 |
committer | GitHub <noreply@github.com> | Mon Jul 20 13:35:21 2020 -0400 |
tree | ba215d3410cde2834da1726f1fefe99b3a422c6c | |
parent | e248869893163b95cffb4a63e899e5d933f3ef20 [diff] [blame] |
ci: GHA basic format & pre-commit (#2309)
diff --git a/tests/test_multiple_inheritance.py b/tests/test_multiple_inheritance.py index 7a6e4a0..bb602f8 100644 --- a/tests/test_multiple_inheritance.py +++ b/tests/test_multiple_inheritance.py
@@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- import pytest from pybind11_tests import ConstructorStats from pybind11_tests import multiple_inheritance as m