diff --git a/src/error.h b/src/error.h index 41bbd8be..a216b8a9 100644 --- a/src/error.h +++ b/src/error.h @@ -102,4 +102,3 @@ public: }; } // namespace pkpy - diff --git a/src/str.h b/src/str.h index 17434014..72a6235d 100644 --- a/src/str.h +++ b/src/str.h @@ -435,4 +435,3 @@ const StrName __or__ = StrName::get("__or__"); const StrName __xor__ = StrName::get("__xor__"); } // namespace pkpy - diff --git a/src/vm.h b/src/vm.h index 1603379b..97951a18 100644 --- a/src/vm.h +++ b/src/vm.h @@ -1205,4 +1205,3 @@ inline Str obj_type_name(VM *vm, Type type){ #undef PY_VAR_FLOAT } // namespace pkpy -