Skip to content

Commit 06c557c

Browse files
committed
Merge branch 'akran123' of https://github.com/akran123/python-lotto into akran123
2 parents 1ca86d0 + 2b5c9ce commit 06c557c

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.github/workflows/check-no-external-libs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
2323
2424
allowed_modules = {'sys', 'os', 'math', 'random', 'datetime', 're' 'enum'}
25-
2625
def is_internal_module(module_name):
2726
\"\"\" 내부 모듈(`src/` 폴더 내 Python 파일)인지 확인 \"\"\"
2827
module_path = os.path.join('src', module_name.replace('.', '/') + '.py')

pytest.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
pythonpath = src
33
markers =
44
custom_name: 테스트 설명을 위한 커스텀 마커
5-

src/lotto/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33

44

55
__all__ = ["Lotto"]
6-

0 commit comments

Comments
 (0)