소스 검색

rEFACTORED SOME NAMES

Andrei Bondarenko 4 년 전
부모
커밋
f3680c289f
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      service/bottom_0.py
  2. 0 0
      service/bottom/__init__.py

+ 1 - 1
service/bottom_0.py

@@ -3,7 +3,7 @@ from state.base import State
 from typing import Any, List
 
 
-class Bottom0(Service):
+class Bottom(Service):
     def __init__(self, model: UUID, state: State):
         super().__init__(model)
         self.state = state

+ 0 - 0
service/bottom/__init__.py