Move adding metaclass method (PY-30789)

This commit is contained in:
Semyon Proshev
2018-07-17 19:13:18 +03:00
parent e2855325d1
commit fff6955833
9 changed files with 50 additions and 62 deletions

View File

@@ -1,5 +1,5 @@
# coding=utf-8
from abc import abstractmethod, ABCMeta
from abc import ABCMeta, abstractmethod
class A: