anvisinghh commited on
Commit
fa9da6b
·
verified ·
1 Parent(s): 27ac468

Update models.py

Browse files
Files changed (1) hide show
  1. models.py +1 -1
models.py CHANGED
@@ -3,7 +3,7 @@ from typing import Optional, List, Dict
3
  from openenv.core.env_server import Action, Observation
4
 
5
  class URLInfo(BaseModel):
6
- url: str
7
  is_shortened: bool
8
  domain_age_days: int
9
  has_ssl: bool
 
3
  from openenv.core.env_server import Action, Observation
4
 
5
  class URLInfo(BaseModel):
6
+ url:str
7
  is_shortened: bool
8
  domain_age_days: int
9
  has_ssl: bool