Skip to content

Commit

Permalink
style: format code with Autopep8, Black, ClangFormat, dotnet-format, …
Browse files Browse the repository at this point in the history
…Go fmt, Gofumpt, isort, Ktlint, PHP CS Fixer, Prettier, RuboCop, Ruff Formatter, Rustfmt, Scalafmt, StandardJS, StandardRB, swift-format and Yapf

This commit fixes the style issues introduced in 9e02e29 according to the output
from Autopep8, Black, ClangFormat, dotnet-format, Go fmt, Gofumpt, isort,
Ktlint, PHP CS Fixer, Prettier, RuboCop, Ruff Formatter, Rustfmt, Scalafmt,
StandardJS, StandardRB, swift-format and Yapf.

Details: None
  • Loading branch information
deepsource-autofix[bot] authored Jun 4, 2024
1 parent 9e02e29 commit a925f7b
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<p xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/"><a property="dct:title" rel="cc:attributionURL" href="https://github.com/KOSASIH/cosmic-pi-network">CosmicPi</a> by <a rel="cc:attributionURL dct:creator" property="cc:attributionName" href="https://www.linkedin.com/in/kosasih-81b46b5a?trk=contact-info">KOSASIH</a> is licensed under <a href="https://creativecommons.org/licenses/by/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">Creative Commons Attribution 4.0 International<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1" alt=""><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1" alt=""></a></p>

# cosmic-pi-network

Blockchain-based platform for intergalactic communication and collaboration.

# Cosmic Pi Network
Expand All @@ -22,17 +23,17 @@ Use the package manager [pip](https://pip.pypa.io/en/stable/) to install the Cos
1. pip install cosmic-pi-network
```

# Usage
# Usage

```python
1. import cosmic_pi_network
2.
2.
3. # Perform advanced data processing
4. cosmic_pi_network.process_data()
5.
5.
6. # Analyze data using advanced algorithms
7. cosmic_pi_network.analyze_data()
8.
8.
9. # Visualize results using interactive plots
10. cosmic_pi_network.visualize_results()
```
Expand All @@ -59,7 +60,7 @@ For more information about the Cosmic Pi Network, please refer to the Documentat

The Cosmic Pi Network is built on top of several open-source libraries and frameworks. We would like to acknowledge the contributions of these projects to the development of our library.

- NumPy
- Pandas
- Matplotlib
- Scikit-learn
- NumPy
- Pandas
- Matplotlib
- Scikit-learn

0 comments on commit a925f7b

Please sign in to comment.