Skip to content

Commit

Permalink
fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
InsonusK committed Dec 18, 2022
1 parent 3c92fd0 commit 32ce737
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
Базовые классы для проекта NNTrade

## Import
- NNTrade.commons
```python
import NNTrade.common
```

## Install
NNTrade.commons @ git+ssh://[email protected]/NNTrade/commons.git#egg=NNTrade.commons
NNTrade.common @ git+ssh://[email protected]/NNTrade/common.git#egg=NNTrade.common
2 changes: 0 additions & 2 deletions test/test_tools.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from tkinter.messagebox import NO
from numpy import NaN
import pandas as pd
import unittest
import numpy as np
Expand Down

0 comments on commit 32ce737

Please sign in to comment.