Skip to content

Commit

Permalink
Merge branch 'main' into akran123
Browse files Browse the repository at this point in the history
  • Loading branch information
swthewhite authored Feb 16, 2025
2 parents 9420105 + ceaaaa6 commit 2b5c9ce
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/check-no-external-libs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
allowed_modules = {'sys', 'os', 'math', 'random', 'datetime', 're' 'enum'}
def is_internal_module(module_name):
\"\"\" 내부 모듈(`src/` 폴더 내 Python 파일)인지 확인 \"\"\"
module_path = os.path.join('src', module_name.replace('.', '/') + '.py')
Expand Down
1 change: 0 additions & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
pythonpath = src
markers =
custom_name: 테스트 설명을 위한 커스텀 마커

1 change: 0 additions & 1 deletion src/lotto/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@


__all__ = ["Lotto"]

0 comments on commit 2b5c9ce

Please sign in to comment.