Skip to content

Commit 58f5884

Browse files
committed
- Re-enabled SpellCheckingInspection
1 parent a2dd24a commit 58f5884

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

NSE_Option_Chain_Analyzer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ def __init__(self, window: Tk) -> None:
3232
self.stop: bool = False
3333
self.dates: List[str] = [""]
3434
self.indices: List[str] = ["NIFTY", "BANKNIFTY", "FINNIFTY"]
35-
# noinspection SpellCheckingInspection
3635
self.stocks: List[str] = ['AARTIIND', 'ACC', 'ADANIENT', 'ADANIPORTS', 'AMARAJABAT', 'AMBUJACEM', 'APOLLOHOSP',
3736
'APOLLOTYRE', 'ASHOKLEY',
3837
'ASIANPAINT', 'AUROPHARMA', 'AXISBANK', 'BAJAJ-AUTO', 'BAJAJFINSV', 'BAJFINANCE',

0 commit comments

Comments
 (0)