Skip to content

Commit

Permalink
Add missing module docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
rbanffy committed Nov 10, 2023
1 parent 114fc26 commit c952856
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pip_chill/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# -*- coding: utf-8 -*-
"Pip-chill module root"


from .pip_chill import chill

Expand Down
1 change: 1 addition & 0 deletions pip_chill/cli.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env python3
"Command line implementation"

import argparse

Expand Down

0 comments on commit c952856

Please sign in to comment.