Skip to content

Commit

Permalink
Pushing README updates for v1.1.1-alpha10
Browse files Browse the repository at this point in the history
  • Loading branch information
kcelebi committed Jun 11, 2023
1 parent 70a799e commit d348069
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![kcelebi](https://circleci.com/gh/celebi-pkg/flight-analysis.svg?style=svg)](https://circleci.com/gh/celebi-pkg/flight-analysis)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Live on PyPI](https://img.shields.io/badge/PyPI-1.1.0-brightgreen)](https://pypi.org/project/google-flight-analysis/)
[![TestPyPI](https://img.shields.io/badge/PyPI-1.1.1--alpha.9-blue)](https://test.pypi.org/project/google-flight-analysis/1.1.1a9/)
[![TestPyPI](https://img.shields.io/badge/PyPI-1.1.1--alpha.10-blue)](https://test.pypi.org/project/google-flight-analysis/1.1.1a10/)

# Flight Analysis

Expand Down
2 changes: 0 additions & 2 deletions src/google_flight_analysis/scrape.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ class _Scrape:
def __init__(self):
self._origin = None
self._dest = None
#self._date_leave = None
#self._date_return = None
self._date = None
self._data = pd.DataFrame()
self._url = None
Expand Down

0 comments on commit d348069

Please sign in to comment.