Skip to content

Commit

Permalink
import fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vguptarippling committed Apr 24, 2024
1 parent 8c1c627 commit 34faa2f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions rippling_cli/core/setup_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,6 @@ def setup_project(name=None, email=None):
if name and email:
authors = f"{name} <{email}>" # Use provided name and email

# Get the current working directory
current_directory = os.getcwd()

project_name = "app" # Default project name

# Create pyproject.toml file with default content
Expand Down
1 change: 0 additions & 1 deletion rippling_cli/utils/build_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import click



def starter_package_already_extracted_on_current_directory():
cwd = os.getcwd()

Expand Down

0 comments on commit 34faa2f

Please sign in to comment.