소스 검색

fix wrong merge conflict resolution

Bastien Sevajol 7 년 전
부모
커밋
2d4f7d428f
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      hapic/ext/pyramid/context.py

+ 0 - 2
hapic/ext/pyramid/context.py 파일 보기

209
             context=exception_class,
209
             context=exception_class,
210
         )
210
         )
211
 
211
 
212
-        raise NotImplementedError('TODO')
213
-
214
     def is_debug(self) -> bool:
212
     def is_debug(self) -> bool:
215
         return self.debug
213
         return self.debug