crcdng commited on
Commit
f6f9a04
·
1 Parent(s): 5edbd91

try private

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -6,7 +6,6 @@ import requests
6
  NASA_API_KEY = os.getenv("NASA_API_KEY")
7
 
8
  def private_fn():
9
- show_api=False
10
  """
11
  This function is private and not intended for public use.
12
  It is used to demonstrate the use of a private function in the code.
 
6
  NASA_API_KEY = os.getenv("NASA_API_KEY")
7
 
8
  def private_fn():
 
9
  """
10
  This function is private and not intended for public use.
11
  It is used to demonstrate the use of a private function in the code.