Skip to content

Commit

Permalink
Cleanup pycache
Browse files Browse the repository at this point in the history
  • Loading branch information
cvalenzu committed Mar 26, 2021
1 parent 7ab4106 commit 1927fb5
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ parameters for API connection.

For example using an API on localhost: .. code-block:: python

> alerce = Alerce(ZTF\_API\_URL="<http://localhost:5000>")
``` {.sourceCode .python}
alerce = Alerce(ZTF\_API\_URL="<http://localhost:5000>")
```

From a dictionary object
------------------------
Expand Down
Binary file removed alerce/__pycache__/__init__.cpython-37.pyc
Binary file not shown.
Binary file removed alerce/__pycache__/core.cpython-37.pyc
Binary file not shown.
Binary file removed alerce/__pycache__/crossmatch.cpython-37.pyc
Binary file not shown.
Binary file removed alerce/__pycache__/exceptions.cpython-37.pyc
Binary file not shown.
Binary file removed alerce/__pycache__/search.cpython-37.pyc
Binary file not shown.
Binary file removed alerce/__pycache__/stamps.cpython-37.pyc
Binary file not shown.
Binary file removed alerce/__pycache__/utils.cpython-37.pyc
Binary file not shown.

0 comments on commit 1927fb5

Please sign in to comment.