Skip to content

Commit

Permalink
remove extra read
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrd committed Oct 29, 2022
1 parent a13c493 commit 1ee9c2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion profiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,4 @@
with DDB.at("tasks").session(key="a2lU", as_type=PathDict) as (session, task):
task["jay"] = lambda x: (x or 0) + 1
session.write()
DDB.at("tasks").read()
p.open_in_browser(timeline=True)

0 comments on commit 1ee9c2d

Please sign in to comment.